From 2d1dd7b9c20bdc8fd0b1ea470cd9d5e0ff0cd813 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomek=20Pola=C5=84ski?= Date: Fri, 13 Jan 2017 13:59:50 +0100 Subject: [PATCH] Updating README for the new release --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 29786f5..80ef5b5 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,7 @@ String result = Option.ofObj(input) ``` ###How to use them? +[![](https://jitpack.io/v/tomaszpolanski/options.svg)](https://jitpack.io/#tomaszpolanski/options) Options are available on maven via [jitpack](https://jitpack.io/#tomaszpolanski/options/). Just add to your gradle files: @@ -97,7 +98,7 @@ To your module level gradle.build add dependency: ``` Groovy dependencies { // other dependencies - compile 'com.github.tomaszpolanski:options:1.2.2' + compile 'com.github.tomaszpolanski:options:1.2.4' } ```