aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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