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 7fcddf9 commit 5abcaf8Copy full SHA for 5abcaf8
README.md
@@ -13,7 +13,7 @@ produces the entries sorted by value.
13
### Dependency
14
15
```clojure
16
-[tailrecursion/cljs-priority-map "1.0.1"]
+[tailrecursion/cljs-priority-map "1.0.2"]
17
```
18
19
### Example
project.clj
@@ -1,4 +1,4 @@
1
-(defproject tailrecursion/cljs-priority-map "1.0.1"
+(defproject tailrecursion/cljs-priority-map "1.0.2"
2
:description "ClojureScript priority map implementation based on clojure.data.priority-map"
3
:url "https://github.com/tailrecursion/cljs-priority-map"
4
:license {:name "Eclipse Public License"
0 commit comments