From 818dafc82aa8c1b5eb4496302ab1c00d42bf70c2 Mon Sep 17 00:00:00 2001 From: DCFApixels <99481254+DCFApixels@users.noreply.github.com> Date: Mon, 19 May 2025 15:04:59 +0800 Subject: [PATCH] up veersion to 0.9.13 --- DragonECS.csproj | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DragonECS.csproj b/DragonECS.csproj index 029dfa6..69294c9 100644 --- a/DragonECS.csproj +++ b/DragonECS.csproj @@ -10,7 +10,7 @@ DCFApixels.DragonECS DragonECS - 0.9.12 + 0.9.13 DCFApixels ECS Framework for Game Engines with C# and .Net Platform DCFApixels diff --git a/package.json b/package.json index c502521..5c4328f 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.12", + "version": "0.9.13", "repository": { "type": "git", "url": "https://github.com/DCFApixels/DragonECS.git"