From 90359930b1642b36a605b54d2da625c3542d7ffa Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Sat, 21 Jul 2018 19:01:02 +0100 Subject: [PATCH] Added clojars badge. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5095fa0..c93c594 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,11 @@ A Leiningen plugin to generate Clojure source code from Application Description Language. +[![Clojars Project](https://img.shields.io/clojars/v/lein-adl.svg)](https://clojars.org/lein-adl) + ## Usage -Put `[lein-adl "0.1.1"]` into the `:plugins` vector of your +Put `[lein-adl "0.1.2"]` into the `:plugins` vector of your project.clj. Example usage: