Skip to content

Commit

Permalink
Bump version to 1.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
ligboy authored Mar 4, 2019
1 parent 0583c97 commit 5072299
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ buildscript {

allprojects {
group 'org.ligboy.library'
version '1.0.0'
version '1.0.1'
apply plugin: 'checkstyle'
apply plugin: 'idea'

Expand All @@ -27,4 +27,4 @@ allprojects {

task clean(type: Delete) {
delete rootProject.buildDir
}
}

0 comments on commit 5072299

Please sign in to comment.