Skip to content

Commit 0c46ca5

Browse files
committed
prep for 0.3.0
1 parent 01c86e2 commit 0c46ca5

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.2.0
1+
// javascript-astar 0.3.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.2.0",
3+
"version": "0.3.0",
44
"description": "astar search algorithm in JavaScript",
55
"main": "astar.js",
66
"repository": {

0 commit comments

Comments
 (0)