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 6623599 commit 2bd7cbaCopy full SHA for 2bd7cba
astar.js
@@ -1,4 +1,4 @@
1
-// javascript-astar 0.0.1
+// javascript-astar 0.1.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.0.1",
+ "version": "0.1.0",
"description": "astar search algorithm in JavaScript",
5
"main": "astar.js",
6
"repository": {
0 commit comments