Skip to content

Commit 9cbd123

Browse files
committed
npm deployed
1 parent 67f9778 commit 9cbd123

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ In terms of supported algorithms for sorting:
1717
* Merge Sort
1818
* Quick Sort
1919
* 3-Ways Quick Sort
20-
* Heap Sort (WIP)
20+
* Heap Sort
2121
* Shell Sort
2222

2323
# Install

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "js-sorting-algorithms",
3-
"version": "1.0.1",
3+
"version": "1.0.3",
44
"description": "Package implements various array sorting algorithms",
55
"author": "Caishun Chen",
66
"contributors": [

0 commit comments

Comments
 (0)