Skip to content

Commit

Permalink
Bump version to 0.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
szeweq committed May 15, 2024
1 parent 6a6cc6f commit 1723658
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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mc-repack"
version = "0.20.0"
version = "0.20.1"
edition = "2021"
authors = ["Szeweq"]
license = "MIT"
Expand Down Expand Up @@ -30,7 +30,7 @@ doc = false
anyhow = ["dep:anyhow"]

[dependencies]
mc-repack-core = {version = "0.20.0", path = "lib-core", features = ["nbt-zopfli", "png-zopfli"]}
mc-repack-core = {version = "0.20.1", path = "lib-core", features = ["nbt-zopfli", "png-zopfli"]}
crossbeam-channel = {workspace = true}
anyhow = {optional = true, workspace = true}
serde = {workspace = true}
Expand Down
2 changes: 1 addition & 1 deletion lib-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mc-repack-core"
version = "0.20.0"
version = "0.20.1"
edition = "2021"
authors = ["Szeweq"]
license = "MIT"
Expand Down

0 comments on commit 1723658

Please sign in to comment.