Skip to content

Commit

Permalink
Release rlottie 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
msrd0 committed May 15, 2022
1 parent 5bd5bad commit 90b1035
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lottie2gif/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,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.4" }
rlottie = { path = "../rlottie", version = "0.4.1" }
2 changes: 1 addition & 1 deletion lottie2webp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ required-features = ["clap"]
[dependencies]
clap = { version = "3.0", features = ["derive"], optional = true }
rgb = { version = "0.8.32", default-features = false }
rlottie = { path = "../rlottie", version = "0.4" }
rlottie = { path = "../rlottie", version = "0.4.1" }
webp-animation = "0.5"
4 changes: 2 additions & 2 deletions rlottie/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
[package]
workspace = ".."
name = "rlottie"
version = "0.4.0"
version = "0.4.1"
license = "MIT"
include = ["build.rs", "src/**/*.rs", "/LICENSE"]

description = "A platform independent standalone library that plays Lottie Animation"
repository = "https://github.com/msrd0/rlottie-rs"
documentation = "https://docs.msrd0.de/rlottie/0.4.0/rlottie/"
documentation = "https://docs.msrd0.de/rlottie/0.4.1/rlottie/"

edition = "2021"
rust-version = "1.56"
Expand Down

0 comments on commit 90b1035

Please sign in to comment.