Skip to content

Commit 2080c63

Browse files
committed
2.0.0->2.1.0
1 parent efe375f commit 2080c63

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

haxelib.json

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
{
22
"name": "echo",
33
"license": "MIT",
4-
"tags": ["physics", "collisions"],
4+
"tags": [
5+
"physics",
6+
"collisions"
7+
],
58
"description": "Simple Physics Library written in Haxe",
6-
"contributors": ["austineast"],
9+
"contributors": [
10+
"austineast"
11+
],
712
"url": "https://austineast.dev/echo",
8-
"releasenote": "aabb and other optimizations (thanks @Yanrishatum!)",
9-
"version": "2.0.0",
13+
"releasenote": "optimizing and polygon fixes",
14+
"version": "2.1.0",
1015
"dependencies": {
1116
"hxmath": ""
1217
}
13-
}
18+
}

0 commit comments

Comments
 (0)