Skip to content
This repository has been archived by the owner on Dec 15, 2020. It is now read-only.

Commit

Permalink
Update README for 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
anupcowkur committed Mar 26, 2017
1 parent 6277004 commit 0585d46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -10,7 +10,7 @@ For a beginner friendly introduction to functional programming in Android, pleas

# Installation
## Install the plugin
[Download](https://github.com/anupcowkur/here-be-dragons/releases/download/v1.0.0/here-be-dragons-1.0.0.jar) the plugin jar and select "Install Plugin From Disk" in IntelliJ's plugin preferences.
[Download](https://github.com/anupcowkur/here-be-dragons/releases/download/v1.0.1/here-be-dragons-1.0.1.jar) the plugin jar and select "Install Plugin From Disk" in IntelliJ's plugin preferences.

## Add the annotation library
Add the jcenter repository to your gradle build file if it's not already present:
Expand All @@ -25,7 +25,7 @@ Next, add the lib containing the `@SideEffect` annotation as a dependency:

```groovy
dependencies {
compile 'com.anupcowkur:here-be-dragons-annotation:1.0.0'
compile 'com.anupcowkur:here-be-dragons-annotation:1.0.1'
}
```

Expand Down

0 comments on commit 0585d46

Please sign in to comment.