From bca69fb1677146c9a2e51765121ef90044f40cc7 Mon Sep 17 00:00:00 2001
From: DCFApixels <99481254+DCFApixels@users.noreply.github.com>
Date: Tue, 31 Dec 2024 23:56:15 +0800
Subject: [PATCH] up version to 0.9.1
---
DragonECS.csproj | 2 +-
package.json | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/DragonECS.csproj b/DragonECS.csproj
index dd1e617..f0b44cf 100644
--- a/DragonECS.csproj
+++ b/DragonECS.csproj
@@ -10,7 +10,7 @@
DCFApixels.DragonECS
DragonECS
- 0.9.0
+ 0.9.1
DCFApixels
ECS Framework for Game Engines with C# and .Net Platform
DCFApixels
diff --git a/package.json b/package.json
index 9da02a6..ca0a8f2 100644
--- a/package.json
+++ b/package.json
@@ -8,7 +8,7 @@
"displayName": "DragonECS",
"description": "C# Entity Component System Framework",
"unity": "2020.3",
- "version": "0.9.0",
+ "version": "0.9.1",
"repository": {
"type": "git",
"url": "https://github.com/DCFApixels/DragonECS.git"