Skip to content

Commit

Permalink
Updated the app version
Browse files Browse the repository at this point in the history
updated to 0.2.0
  • Loading branch information
gilokimu authored Apr 17, 2019
1 parent 69277df commit 95a8d53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Step 2. Add the dependency
<dependency>
<groupId>com.github.gilokimu</groupId>
<artifactId>woodroid</artifactId>
<version>0.1.0</version>
<version>0.2.0</version>
</dependency>
```

Expand All @@ -46,7 +46,7 @@ allprojects {
Step 2. Add the dependency
```gradle
dependencies {
implementation 'com.github.gilokimu:woodroid:0.1.0'
implementation 'com.github.gilokimu:woodroid:0.2.0'
}
```

Expand Down

0 comments on commit 95a8d53

Please sign in to comment.