Skip to content

Commit

Permalink
Prepare for release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisCAD committed Mar 27, 2019
1 parent 1b6847b commit 67510cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ into your root project `build.gradle` file:
```groovy
allProjects {
ext {
blescancoroutines_version = '0.1.0-alpha1'
blescancoroutines_version = '0.2.0'
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ allprojects {

// Libraries
groupId = "com.beepiz.blescancoroutines"
library_version = "0.2.0-SNAPSHOT"
library_version = "0.2.0"
isSnapshot = library_version.endsWith("-SNAPSHOT")
isRelease = !isSnapshot

Expand Down

0 comments on commit 67510cf

Please sign in to comment.