aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2018-10-31 13:55:28 -0700
committerJakob Odersky <jakob@odersky.com>2018-10-31 13:55:28 -0700
commit3be5a59636c773b55e3104a335f4206cd1360c0c (patch)
treed1188364cc168a7f35225cb0ab7f9d02bc9ee52b
parent93a5433d0b5b11cbb9e37c766c7b446a3472f249 (diff)
downloadidenticon-3be5a59636c773b55e3104a335f4206cd1360c0c.tar.gz
identicon-3be5a59636c773b55e3104a335f4206cd1360c0c.tar.bz2
identicon-3be5a59636c773b55e3104a335f4206cd1360c0c.zip
Add version badge for maven central
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9f9d3b8..8bc7c1c 100644
--- a/README.md
+++ b/README.md
@@ -15,8 +15,11 @@ This library is totally self-contained, there are no 3rd party
dependencies. It is built and published for Scala on JVM, JS and
Native.
+[![Download](https://img.shields.io/maven-central/v/io.crashbox/identicon_2.12.svg)](http://search.maven.org/#search|ga|1|io.crashbox%20identicon-)
+
+
```sbt
-"io.crashbox" %%% "identicon" % "<unreleased>"
+"io.crashbox" %%% "identicon" % "0.1.0"
```
## Usage