We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42d6603 commit 3543fc0Copy full SHA for 3543fc0
astar.js
@@ -1,4 +1,4 @@
1
-// javascript-astar 0.4.0
+// javascript-astar 0.4.1
2
// http://github.com/bgrins/javascript-astar
3
// Freely distributable under the MIT License.
4
// Implements the astar search algorithm in javascript using a Binary Heap.
package.json
@@ -1,6 +1,6 @@
{
"name": "javascript-astar",
- "version": "0.4.0",
+ "version": "0.4.1",
"description": "astar search algorithm in JavaScript",
5
"main": "astar.js",
6
"repository": {
0 commit comments