Skip to content

Commit

Permalink
Version 0.3.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
quoll committed Oct 4, 2024
1 parent ba076a3 commit 4e9dd0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ A small data structure library of ordered maps and sets in Clojure and ClojureSc
Add the following dependency to the :deps map in deps.edn:

```clojure
org.clojars.quoll/tiara {:mvn/version "0.3.6"}
org.clojars.quoll/tiara {:mvn/version "0.3.7"}
```

### Leiningen/Boot
```clojure
[org.clojars.quoll/tiara "0.3.6"]
[org.clojars.quoll/tiara "0.3.7"]
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion build.clj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

(def pom "build-rsc/pom.xml")
(def lib 'org.clojars.quoll/tiara)
(def version "0.3.6")
(def version "0.3.7")

;; clojure -X:build
(defn test "Run the tests." [opts]
Expand Down

0 comments on commit 4e9dd0a

Please sign in to comment.