Skip to content

Commit

Permalink
Release lottieconv 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
msrd0 committed Jul 16, 2022
1 parent a5fbc09 commit fce803c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lottieconv/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
[package]
workspace = ".."
name = "lottieconv"
version = "0.1.0"
version = "0.1.1"
license = "MIT"
include = ["src/**/*.rs", "bin/*.rs", "/LICENSE"]
include = ["src/**/*.rs", "bin/*.rs", "/LICENSE", "/README.md"]

description = "Convert lottie files to WEBP or GIF"
keywords = ["lottie", "webp", "gif", "convert"]
repository = "https://github.com/msrd0/rlottie-rs"
documentation = "https://docs.msrd0.de/lottieconv/0.1.0/lottieconv/"
documentation = "https://docs.msrd0.de/lottieconv/0.1.1/lottieconv/"

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

0 comments on commit fce803c

Please sign in to comment.