Skip to content

Commit 3e4353b

Browse files
committed
=BG= bump version
- and update tags
1 parent 7be0942 commit 3e4353b

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

haxelib.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "struct",
3-
"version": "0.9.1",
3+
"version": "0.10.0",
44
"license": "GPL",
55
"description": "Data Structures and Algorithms",
66
"url": "https://github.com/bguiz/hxstruct",
@@ -25,7 +25,8 @@
2525
"select",
2626
"graph",
2727
"dfs",
28-
"bfs"
28+
"bfs",
29+
"topological sort"
2930
],
3031
"contributors" : ["bguiz"],
3132
"classPath": "src",

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hxstruct",
3-
"version": "0.9.1",
3+
"version": "0.10.0",
44
"description": "Data Structures and Algorithms",
55
"main": "dist/js/struct.js",
66
"directories": {},
@@ -38,7 +38,8 @@
3838
"select",
3939
"graph",
4040
"dfs",
41-
"bfs"
41+
"bfs",
42+
"topological sort"
4243
],
4344
"devDependencies": {
4445
"assert": "^1.3.0"

0 commit comments

Comments
 (0)