Skip to content

Commit

Permalink
Release rlottie 0.2.1 and lottie2gif 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
msrd0 committed Mar 5, 2022
1 parent 7e6c534 commit 294fb7c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lottie2gif/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[package]
workspace = ".."
name = "lottie2gif"
version = "0.2.0"
version = "0.2.1"
license = "MIT"
include = ["src/**/*.rs", "/LICENSE"]

Expand All @@ -21,4 +21,4 @@ required-features = ["clap"]
[dependencies]
clap = { version = "3.0", features = ["derive"], optional = true }
gif = "0.11.3"
rlottie = { path = "../rlottie", version = "0.2" }
rlottie = { path = "../rlottie", version = "0.2.1" }
2 changes: 1 addition & 1 deletion rlottie/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[package]
workspace = ".."
name = "rlottie"
version = "0.2.0"
version = "0.2.1"
license = "MIT"
include = ["src/**/*.rs", "/LICENSE"]

Expand Down

0 comments on commit 294fb7c

Please sign in to comment.