Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
LuckyTurtleDev committed Apr 16, 2024
1 parent 2ab7d4a commit e301909
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions mstickereditor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[package]
workspace = ".."
name = "mstickereditor"
version = "0.3.3"
version = "0.3.4"
edition = "2021"
license = "Apache-2.0"
description= "import sticker packs from telegram, to be used at the Maunium sticker picker for Matrix"
Expand All @@ -17,7 +17,7 @@ clap = { version = "3.0", features = ["derive"] }
clap_complete = "3.0"
directories = "5.0.1"
log = "0.4.20"
mstickerlib = { version = "0.1.0", path= "../mstickerlib" , features = ["log"], default-features = false }
mstickerlib = { version = "0.2.0", path= "../mstickerlib" , features = ["log"], default-features = false }
my-env-logger-style = { version = "0.2.0", default-features = false }
once_cell = "1.8"
rayon = "1.5"
Expand Down
2 changes: 1 addition & 1 deletion mstickerlib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[package]
workspace = ".."
name = "mstickerlib"
version = "0.1.1"
version = "0.2.1"
edition = "2021"
license = "Apache-2.0"
description= "Private implementation detail of mstickereditor"
Expand Down

0 comments on commit e301909

Please sign in to comment.