Skip to content

Commit 8661ac8

Browse files
committed
update haxelib.json, README
1 parent 9815bc5 commit 8661ac8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ Extensions are a neat language feature of Haxe. They can add functionality to pr
3030
Learn more about using Extensions [here](https://github.com/01010111/zerolib/wiki/Extensions)!
3131

3232
### .utilities
33-
A handful of utilities like vectors, a pseudo-random number generator, a tiny ECS implementation, and more!
33+
A handful of utilities like vectors, a tweening library, a A* haxe implementation, and more!
3434

3535
**[Browse the API](http://01010111.com/zerolib/)**

haxelib.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"license": "MIT",
55
"tags": ["game", "gamedev", "math", "utilities", "extensions"],
66
"description": "Zerolib is a framework agnostic library of extensions, utilities, and other helpful classes for making games!",
7-
"version": "0.7.0",
8-
"releasenote": "Added Timers, GOAP, Vec3, AStar, and more!",
7+
"version": "0.8.0",
8+
"releasenote": "Added Tween, AnimationManager, and more!",
99
"contributors": ["01010111", "austineast"],
1010
"dependencies": {}
1111
}

0 commit comments

Comments
 (0)