Skip to content

Commit 2bd7cba

Browse files
committed
prep for 0.1.0
1 parent 6623599 commit 2bd7cba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

astar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// javascript-astar 0.0.1
1+
// javascript-astar 0.1.0
22
// http://github.com/bgrins/javascript-astar
33
// Freely distributable under the MIT License.
44
// Implements the astar search algorithm in javascript using a Binary Heap.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "javascript-astar",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"description": "astar search algorithm in JavaScript",
55
"main": "astar.js",
66
"repository": {

0 commit comments

Comments
 (0)