Skip to content

Commit

Permalink
Prepare for release 2.0.0-alpha4
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisCAD committed Jul 3, 2018
1 parent 6b5bf01 commit 5890ea9
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 @@ -98,7 +98,7 @@ into your root project `build.gradle` file:
```groovy
allProjects {
ext {
splitties_version = '2.0.0-alpha3'
splitties_version = '2.0.0-alpha4'
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ allprojects {

// Libraries
groupId = "com.louiscad.splitties"
library_version = "2.0.0-SNAPSHOT"
library_version = "2.0.0-alpha4"
isSnapshot = library_version.endsWith("-SNAPSHOT")
isRelease = !isSnapshot

Expand Down

0 comments on commit 5890ea9

Please sign in to comment.