diff --git a/README.md b/README.md index ac13440..8d1fa05 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,6 @@ Extensions are a neat language feature of Haxe. They can add functionality to pr Learn more about using Extensions [here](https://github.com/01010111/zerolib/wiki/Extensions)! ### .utilities -A handful of utilities like vectors, a pseudo-random number generator, a tiny ECS implementation, and more! +A handful of utilities like vectors, a tweening library, a A* haxe implementation, and more! **[Browse the API](http://01010111.com/zerolib/)** \ No newline at end of file diff --git a/haxelib.json b/haxelib.json index be43e16..0f9f35e 100644 --- a/haxelib.json +++ b/haxelib.json @@ -4,8 +4,8 @@ "license": "MIT", "tags": ["game", "gamedev", "math", "utilities", "extensions"], "description": "Zerolib is a framework agnostic library of extensions, utilities, and other helpful classes for making games!", - "version": "0.7.0", - "releasenote": "Added Timers, GOAP, Vec3, AStar, and more!", + "version": "0.8.0", + "releasenote": "Added Tween, AnimationManager, and more!", "contributors": ["01010111", "austineast"], "dependencies": {} } \ No newline at end of file