From 016145d387322e6194d2213b5e7cd94b5d626358 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 12 Jan 2024 16:28:33 +0300 Subject: [PATCH] chore: Release 0.1.9 (#37) Co-authored-by: GitHub --- .changeset/setup_ci.md | 5 ----- dotlottie-ffi/Cargo.toml | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) delete mode 100644 .changeset/setup_ci.md diff --git a/.changeset/setup_ci.md b/.changeset/setup_ci.md deleted file mode 100644 index fc0e4eaf..00000000 --- a/.changeset/setup_ci.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -default: minor ---- - -# Setup CI diff --git a/dotlottie-ffi/Cargo.toml b/dotlottie-ffi/Cargo.toml index e5d3bd07..6ae270ce 100644 --- a/dotlottie-ffi/Cargo.toml +++ b/dotlottie-ffi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dotlottie-ffi" -version = "0.1.8" +version = "0.1.9" edition = "2021" build = "build.rs"