Skip to content

Commit

Permalink
Release rlottie 0.3.0 and lottie2gif 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
msrd0 committed Mar 17, 2022
1 parent b0b9b28 commit 3f6876f
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.1"
version = "0.3.0"
license = "MIT"
include = ["src/**/*.rs", "/LICENSE"]

Expand All @@ -22,4 +22,4 @@ required-features = ["clap"]
clap = { version = "3.0", features = ["derive"], optional = true }
gif = "0.11.3"
rgb = { version = "0.8.32", default-features = false }
rlottie = { path = "../rlottie", version = "0.2.1" }
rlottie = { path = "../rlottie", version = "0.3.0" }
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.2"
version = "0.3.0"
license = "MIT"
include = ["build.rs", "src/**/*.rs", "/LICENSE"]

Expand Down

0 comments on commit 3f6876f

Please sign in to comment.