Skip to content

Commit 670e55e

Browse files
committed
Update readme
[skip ci]
1 parent 0788cb4 commit 670e55e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,19 +28,19 @@ The OSS license of Cavia was changed to the [MIT License](LICENSE) since v0.7.0.
2828
Clojure CLI/deps.edn (as Git):
2929

3030
```clojure
31-
io.github.totakke/cavia {:git/tag "v0.7.1" :git/sha "7866700"}
31+
io.github.totakke/cavia {:git/tag "v0.7.2" :git/sha "0788cb4"}
3232
```
3333

3434
Clojure CLI/deps.edn (as Maven):
3535

3636
```clojure
37-
cavia/cavia {:mvn/version "0.7.1"}
37+
cavia/cavia {:mvn/version "0.7.2"}
3838
```
3939

4040
Leiningen/Boot:
4141

4242
```clojure
43-
[cavia "0.7.1"]
43+
[cavia "0.7.2"]
4444
```
4545

4646
## Basic usage

0 commit comments

Comments
 (0)