diff --git a/Cargo.toml b/Cargo.toml index f1cefedc..baaa5b9a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "morphorm" -version = "0.6.0" +version = "0.6.1" edition = "2021" author = "George Atkinson " license = "MIT" diff --git a/ecs/Cargo.toml b/ecs/Cargo.toml index cc6616fa..1d8cc854 100644 --- a/ecs/Cargo.toml +++ b/ecs/Cargo.toml @@ -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" \ No newline at end of file