Skip to content

Commit

Permalink
Bump minor version again after force push
Browse files Browse the repository at this point in the history
Sigh.. don't publish when tired
  • Loading branch information
geom3trik committed Oct 22, 2023
1 parent 52da045 commit 5bd6926
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.1"
version = "0.6.2"
edition = "2021"
author = "George Atkinson <geom3trik@vizia.dev>"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion ecs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description = "A mini ECS used for testing the morphorm crate."
license = "MIT"

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

0 comments on commit 5bd6926

Please sign in to comment.