Skip to content

Commit 3543fc0

Browse files
committed
prep for 0.4.1
1 parent 42d6603 commit 3543fc0

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

0 commit comments

Comments
 (0)