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 01c86e2 commit 0c46ca5Copy full SHA for 0c46ca5
astar.js
@@ -1,4 +1,4 @@
1
-// javascript-astar 0.2.0
+// javascript-astar 0.3.0
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.2.0",
+ "version": "0.3.0",
"description": "astar search algorithm in JavaScript",
5
"main": "astar.js",
6
"repository": {
0 commit comments