From fa6f3311fcfd6340a87096a5e490b6f9aa1fbedc Mon Sep 17 00:00:00 2001 From: Dominic Date: Sat, 14 Oct 2023 14:47:51 +0200 Subject: [PATCH] Release lottieconv 0.3 --- lottieconv/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lottieconv/Cargo.toml b/lottieconv/Cargo.toml index bd994c2..127f1bf 100644 --- a/lottieconv/Cargo.toml +++ b/lottieconv/Cargo.toml @@ -3,7 +3,7 @@ [package] workspace = ".." name = "lottieconv" -version = "0.2.3" +version = "0.3.0" license = "MIT" include = ["src/**/*.rs", "bin/*.rs", "/LICENSE", "/README.md"]