Skip to content

Commit

Permalink
Updating README for the new release
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomek Polański authored Jan 13, 2017
1 parent 938d29a commit 2d1dd7b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -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'
}
```

Expand Down

0 comments on commit 2d1dd7b

Please sign in to comment.