From 3be5a59636c773b55e3104a335f4206cd1360c0c Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Wed, 31 Oct 2018 13:55:28 -0700 Subject: Add version badge for maven central --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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" % "" +"io.crashbox" %%% "identicon" % "0.1.0" ``` ## Usage -- cgit v1.2.3