From 53c4fa68389327135f35c9356c3a73855f177c7d Mon Sep 17 00:00:00 2001 From: Joseph Cloutier Date: Tue, 17 Jan 2023 15:49:07 -0500 Subject: [PATCH] Release v1.0.0-rc.1 --- haxelib.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/haxelib.json b/haxelib.json index 4b2ee0e..9fa6b14 100644 --- a/haxelib.json +++ b/haxelib.json @@ -4,8 +4,8 @@ "license": "MIT", "tags": [ "entity", "component", "system", "ecs" ], "description": "Macro-based Entity Component System framework, focusing on ease of use.", - "version": "0.2.0", + "version": "1.0.0-rc.1", "classPath": "src/", - "releasenote": "Bug fixes, performance improvements, and clearer code.", + "releasenote": "Add entity templates, customizable timesteps, and system priorities, and fix bugs.", "contributors": [ "player_03", "deepcake" ] }