Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
kayhhh committed Jan 15, 2024
1 parent 3341625 commit 4eb5dd9
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
Expand Up @@ -3,7 +3,7 @@ resolver = "2"
members = ["bevy_gltf_kun", "gltf_kun"]

[workspace.package]
version = "0.0.4"
version = "0.0.5"
license = "MIT OR Apache-2.0"
repository = "https://github.com/unavi-xyz/gltf_kun"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion bevy_gltf_kun/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ bevy = { version = "0.12.1", default-features = false, features = [
"x11"
]}
glam.workspace = true
gltf_kun = { version = "0.0.4", path = "../gltf_kun" }
gltf_kun = { version = "0.0.5", path = "../gltf_kun" }
serde_json.workspace = true
thiserror.workspace = true

Expand Down

0 comments on commit 4eb5dd9

Please sign in to comment.