From 27e5549734eaf9bde12281196e823c4f71306769 Mon Sep 17 00:00:00 2001 From: Dominic Date: Sun, 27 Aug 2023 22:27:38 +0200 Subject: [PATCH] Release lottieconv 0.2.3 --- lottieconv/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lottieconv/Cargo.toml b/lottieconv/Cargo.toml index 8ffeb384..64ca7e96 100644 --- a/lottieconv/Cargo.toml +++ b/lottieconv/Cargo.toml @@ -3,14 +3,14 @@ [package] workspace = ".." name = "lottieconv" -version = "0.2.2" # update doc url as well! +version = "0.2.3" # update doc url as well! license = "MIT" 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.2.2/lottieconv/" +documentation = "https://docs.msrd0.de/lottieconv/0.2.3/lottieconv/" edition = "2021" rust-version = "1.60"