Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mrDIMAS committed May 23, 2024
1 parent bda1a36 commit 897e7f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fyrox-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ rust-version = "1.72"

[dependencies]
fyrox-core-derive = { path = "../fyrox-core-derive", version = "0.23.0" }
fyrox-math = { path = "../fyrox-math", version = "0.1.0" }
fyrox-math = { path = "../fyrox-math", version = "0.2.0" }
base64 = "0.21.0"
byteorder = "1.4.3"
rand = "0.8.4"
Expand Down
2 changes: 1 addition & 1 deletion fyrox-math/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fyrox-math"
version = "0.1.0"
version = "0.2.0"
authors = ["Dmitry Stepanov <[email protected]>"]
edition = "2021"
license = "MIT"
Expand Down

0 comments on commit 897e7f5

Please sign in to comment.