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" ] }