Skip to content

Commit

Permalink
Set version 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kostasmantz-jenkins committed Nov 25, 2019
1 parent 0866e1d commit b4e2fc4
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 @@ -20,7 +20,7 @@ apply plugin: 'org.springframework.boot'
apply plugin: 'io.spring.dependency-management'

group = 'com.mantzavelas'
version = '0.6.0-SNAPSHOT'
version = '0.7.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.6.0"
versionName "0.7.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down

0 comments on commit b4e2fc4

Please sign in to comment.