Skip to content

Commit 86afaa3

Browse files
committed
Update readme
1 parent 238fc1e commit 86afaa3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

readme.adoc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ image:https://img.shields.io/clojars/v/io.lazy-cat/tenet.svg[clojars,link=https:
44

55
image:https://codecov.io/gh/lazy-cat-io/tenet/branch/master/graph/badge.svg?token=BGGNUI43Y2[codecov,https://codecov.io/gh/lazy-cat-io/tenet]
66
image:https://github.com/lazy-cat-io/tenet/actions/workflows/build.yml/badge.svg[build,https://github.com/lazy-cat-io/tenet/actions/workflows/build.yml]
7-
image:https://github.com/lazy-cat-io/tenet/actions/workflows/deploy.yml/badge.svg[deploy,https://github.com/lazy-cat-io/tenet/actions/workflows/deploy.yml]
87

98
== io.lazy-cat/tenet
109

@@ -85,13 +84,13 @@ Add the following dependency in your project:
8584
.project.clj or build.boot
8685
[source,clojure]
8786
----
88-
[io.lazy-cat/tenet "2.0.0"]
87+
[io.lazy-cat/tenet "RELEASE"]
8988
----
9089

9190
.deps.edn or bb.edn
9291
[source,clojure]
9392
----
94-
io.lazy-cat/tenet {:mvn/version "2.0.0"}
93+
io.lazy-cat/tenet {:mvn/version "RELEASE"}
9594
----
9695

9796
=== Limitations

0 commit comments

Comments
 (0)