Skip to content

Commit

Permalink
Set version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kostasmantz committed Mar 4, 2019
1 parent a02d63d commit c35886a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.1.0-SNAPSHOT'
version = '0.2.0-SNAPSHOT'
sourceCompatibility = 1.8

repositories {
Expand Down
4 changes: 2 additions & 2 deletions tripassistant-client/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
applicationId "com.mantzavelas.tripassistant"
minSdkVersion 21
targetSdkVersion 28
versionCode 1
versionName "1.0"
versionCode 2
versionName "0.2.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down

0 comments on commit c35886a

Please sign in to comment.