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' } ```