Skip to content

Commit

Permalink
Bump version and change keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
szeweq committed Jun 25, 2024
1 parent 9142c86 commit 3c1d329
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mc-repack"
version = "0.25.0"
version = "0.26.0"
edition = "2021"
authors = ["Szeweq"]
license = "MIT"
Expand All @@ -9,7 +9,7 @@ readme = "README.md"
homepage = "https://szeweq.xyz/mc-repack"
repository = "https://github.com/szeweq/mc-repack"
categories = ["command-line-utilities", "compression", "game-development"]
keywords = ["minecraft", "jar", "processing", "optimizer", "repack"]
keywords = ["minecraft", "jar", "processing", "optimizer", "gamedev"]
exclude = ["/.github", "bench/*", "test-jars/*", "test-jars-repack/*", "mc-repack-logo.png"]
rust-version = "1.75.0"

Expand All @@ -28,7 +28,7 @@ name = "mc-repack"
doc = false

[dependencies]
mc-repack-core = {version = "0.25", path = "lib-core", features = ["all-zopfli"]}
mc-repack-core = {version = "0.26", path = "lib-core", features = ["all-zopfli"]}
crossbeam-channel = "^0.5.8"
anyhow = {workspace = true}
serde = {workspace = true}
Expand Down
4 changes: 2 additions & 2 deletions 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.25.0"
version = "0.26.0"
edition = "2021"
authors = ["Szeweq"]
license = "MIT"
Expand All @@ -9,7 +9,7 @@ readme = "README.md"
homepage = "https://szeweq.xyz/mc-repack"
repository = "https://github.com/szeweq/mc-repack"
categories = ["compression", "game-development"]
keywords = ["minecraft", "jar", "processing", "optimizer", "repack"]
keywords = ["minecraft", "jar", "processing", "optimizer", "gamedev"]
rust-version = "1.75.0"

[features]
Expand Down

0 comments on commit 3c1d329

Please sign in to comment.