We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8977294 commit 54e5625Copy full SHA for 54e5625
README.md
@@ -6,12 +6,12 @@ A small data structure library for Clojure and ClojureScript.
6
Add the following dependency to the :deps map in deps.edn:
7
8
```clojure
9
-org.clojars.quoll/tiara {:mvn/version "0.3.3"}
+org.clojars.quoll/tiara {:mvn/version "0.3.4"}
10
```
11
12
### Leiningen/Boot
13
14
-[org.clojars.quoll/tiara "0.3.3"]
+[org.clojars.quoll/tiara "0.3.4"]
15
16
17
## Usage
0 commit comments