We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db1578d commit ee90180Copy full SHA for ee90180
2 files changed
astar.js
@@ -1,4 +1,4 @@
1
-// javascript-astar 0.3.0
+// javascript-astar 0.4.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.3.0",
+ "version": "0.4.0",
"description": "astar search algorithm in JavaScript",
5
"main": "astar.js",
6
"repository": {
0 commit comments