Skip to content

Commit

Permalink
Release rlottie 0.2.0 and lottie2gif 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
msrd0 committed Nov 11, 2021
1 parent 1cfd79c commit 7bd7cff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ members = [".", "./sys", "./lottie2gif"]

[package]
name = "rlottie"
version = "0.1.0"
version = "0.2.0"
license = "MIT"
include = ["src/**/*.rs", "/LICENSE"]

Expand Down
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.1.1"
version = "0.2.0"
license = "MIT"
include = ["src/**/*.rs", "/LICENSE"]

Expand All @@ -21,4 +21,4 @@ required-features = ["clap"]
[dependencies]
clap = { version = "=3.0.0-beta.5", optional = true }
gif = "0.11.3"
rlottie = { path = "..", version = "0.1" }
rlottie = { path = "..", version = "0.2" }

0 comments on commit 7bd7cff

Please sign in to comment.