From 262c48df9795a553a0d0cea5343c810bf5609bec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9za=20Ahsendorf?= Date: Tue, 5 Dec 2023 18:06:14 +0100 Subject: [PATCH] increment version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"