Skip to content

Commit

Permalink
Set version 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kostasmantz-jenkins committed Sep 1, 2019
1 parent b886864 commit 5afdf01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tripassistant-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ apply plugin: 'org.springframework.boot'
apply plugin: 'io.spring.dependency-management'

group = 'com.mantzavelas'
version = '0.5.0-SNAPSHOT'
version = '0.6.0-SNAPSHOT'
sourceCompatibility = 1.8

repositories {
Expand Down
2 changes: 1 addition & 1 deletion tripassistant-client/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ android {
minSdkVersion 21
targetSdkVersion 28
versionCode 2
versionName "0.5.0"
versionName "0.6.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down

0 comments on commit 5afdf01

Please sign in to comment.