Skip to content

Commit 5abcaf8

Browse files
committed
bump to 1.0.2
1 parent 7fcddf9 commit 5abcaf8

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
@@ -13,7 +13,7 @@ produces the entries sorted by value.
1313
### Dependency
1414

1515
```clojure
16-
[tailrecursion/cljs-priority-map "1.0.1"]
16+
[tailrecursion/cljs-priority-map "1.0.2"]
1717
```
1818

1919
### Example

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject tailrecursion/cljs-priority-map "1.0.1"
1+
(defproject tailrecursion/cljs-priority-map "1.0.2"
22
:description "ClojureScript priority map implementation based on clojure.data.priority-map"
33
:url "https://github.com/tailrecursion/cljs-priority-map"
44
:license {:name "Eclipse Public License"

0 commit comments

Comments
 (0)