Skip to content

Commit

Permalink
Bump version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sagebind committed Jun 15, 2017
1 parent 3441455 commit 9dedc57
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
apply plugin: 'signing'

version '0.1.0'
archivesBaseName = 'tabitha'

allprojects {
Expand All @@ -9,6 +8,7 @@ allprojects {
apply plugin: 'maven'

group 'com.widen.oss'
version '0.1.1'

sourceCompatibility = 1.8
targetCompatibility = 1.8
Expand Down
1 change: 0 additions & 1 deletion runner/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ plugins {
id 'com.github.johnrengelman.shadow' version '2.0.0'
}

version '1.0.0'
mainClassName = 'com.widen.tabitha.runner.Runner'

dependencies {
Expand Down

0 comments on commit 9dedc57

Please sign in to comment.