Skip to content

Commit

Permalink
Bump version to 0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
szeweq committed Jun 3, 2024
1 parent e2fa1c0 commit aa6de3e
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.22.0"
version = "0.23.0"
edition = "2021"
authors = ["Szeweq"]
license = "MIT"
Expand Down Expand Up @@ -28,7 +28,7 @@ name = "mc-repack"
doc = false

[dependencies]
mc-repack-core = {version = "0.22.0", path = "lib-core", features = ["all-zopfli"]}
mc-repack-core = {version = "0.23.0", path = "lib-core", features = ["all-zopfli"]}
crossbeam-channel = "^0.5.8"
anyhow = {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.22.0"
version = "0.23.0"
edition = "2021"
authors = ["Szeweq"]
license = "MIT"
Expand Down

0 comments on commit aa6de3e

Please sign in to comment.