Skip to content

Commit

Permalink
Bump minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
geom3trik committed Oct 22, 2023
1 parent 752b4a2 commit b62db5b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "morphorm"
version = "0.6.0"
version = "0.6.1"
edition = "2021"
author = "George Atkinson <geom3trik@vizia.dev>"
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions ecs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "morphorm-ecs"
version = "0.6.0"
version = "0.1.0"
edition = "2018"
description = "A mini ECS used for testing the morphorm crate."
license = "MIT"

[dependencies]
morphorm = {version = "0.6.0", path = "../"}
morphorm = {version = "0.6.1", path = "../"}
femtovg = {version = "0.7.1", default-features = false}
rand = "0.8.5"
slotmap = "1.0.6"

0 comments on commit b62db5b

Please sign in to comment.