Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
radarsh committed Aug 4, 2017
1 parent 272543c commit d8dcab9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ Impressed? I sure was thrilled when I first wrote the library! Go ahead, downloa

### Gradle

```
compile 'com.adarshr:raroscope:1.0.1'
```groovy
compile 'com.adarshr:raroscope:1.0.2'
```

### Maven
Expand All @@ -39,7 +39,7 @@ compile 'com.adarshr:raroscope:1.0.1'
<dependency>
<groupId>com.adarshr</groupId>
<artifactId>raroscope</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=1.0.1
version=1.0.2
group=com.adarshr
sourceCompatibility=8
targetCompatibility=8
Expand Down

0 comments on commit d8dcab9

Please sign in to comment.