Skip to content

Commit

Permalink
bump: v1.6.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ignlg committed Apr 22, 2020
1 parent 70ab198 commit 8c009e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "heap-js",
"version": "1.5.3",
"version": "1.6.0-alpha.0",
"description": "Efficient Binary heap (priority queue, binary tree) data structure for JavaScript / TypeScript. Includes JavaScript methods, Python's heapq module methods, and Java's PriorityQueue methods.",
"keywords": [
"heap",
Expand Down

0 comments on commit 8c009e8

Please sign in to comment.