diff --git a/Cargo.lock b/Cargo.lock index 2e5f452..9c7bbd2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -891,7 +891,7 @@ dependencies = [ [[package]] name = "mstickereditor" -version = "0.3.2" +version = "0.3.3" dependencies = [ "anyhow", "basic-toml", @@ -913,7 +913,7 @@ dependencies = [ [[package]] name = "mstickerlib" -version = "0.1.0" +version = "0.1.1" dependencies = [ "anyhow", "async-trait", diff --git a/mstickereditor/Cargo.toml b/mstickereditor/Cargo.toml index 5559a6f..edc3e53 100644 --- a/mstickereditor/Cargo.toml +++ b/mstickereditor/Cargo.toml @@ -3,7 +3,7 @@ [package] workspace = ".." name = "mstickereditor" -version = "0.3.2" +version = "0.3.3" edition = "2021" license = "Apache-2.0" description= "import sticker packs from telegram, to be used at the Maunium sticker picker for Matrix" diff --git a/mstickerlib/Cargo.toml b/mstickerlib/Cargo.toml index 4d6bfb8..5f2818a 100644 --- a/mstickerlib/Cargo.toml +++ b/mstickerlib/Cargo.toml @@ -3,7 +3,7 @@ [package] workspace = ".." name = "mstickerlib" -version = "0.1.0" +version = "0.1.1" edition = "2021" license = "Apache-2.0" description= "Private implementation detail of mstickereditor"