Skip to content

Commit

Permalink
Bump version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
asaaki committed Jan 5, 2024
1 parent f444871 commit 38291b6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace.package]
version = "0.1.0"
version = "0.1.1"
edition = "2021"
license = "MIT OR Apache-2.0"
homepage = "https://github.com/asaaki/bevy_vach_assets"
Expand Down
2 changes: 1 addition & 1 deletion bva_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ path = "src/main.rs"

[dependencies]
anyhow = "1.0.79"
bevy_vach_assets = { version = "0.1.0", path = "../bevy_vach_assets" }
bevy_vach_assets = { version = "0.1.1", path = "../bevy_vach_assets" }
clap = { version = "4.4.12", features = ["derive", "env", "wrap_help"] }
path-slash = "0.2.1"
walkdir = "2.4.0"

0 comments on commit 38291b6

Please sign in to comment.