diff --git a/Cargo.lock b/Cargo.lock index 433755c..384eee5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "magma_ecs" -version = "0.1.0-alpha.1" +version = "0.1.0-alpha.2" dependencies = [ "thiserror", ] diff --git a/Cargo.toml b/Cargo.toml index 5c2570a..b6c96e9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "magma_ecs" -version = "0.1.0-alpha.1" +version = "0.1.0-alpha.2" edition = "2021" license = "MIT" description = "Entity-Component-System for the Magma3D game engine"