Skip to content

Commit

Permalink
🔖 chore: set version to v0.1.1+2
Browse files Browse the repository at this point in the history
  • Loading branch information
hspinks committed Mar 26, 2020
1 parent ea7a63b commit 62079ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions client/flutter/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ if (flutterRoot == null) {

def flutterVersionCode = localProperties.getProperty('flutter.versionCode')
if (flutterVersionCode == null) {
flutterVersionCode = '1'
flutterVersionCode = '2'
}

def flutterVersionName = localProperties.getProperty('flutter.versionName')
if (flutterVersionName == null) {
flutterVersionName = '0.1.0'
flutterVersionName = '0.1.1'
}

apply plugin: 'com.android.application'
Expand Down
2 changes: 1 addition & 1 deletion client/flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: WHOFlutter
description: WHO Flutter app

version: 0.1.0+1
version: 0.1.1+2

environment:
sdk: ">=2.1.0 <3.0.0"
Expand Down

0 comments on commit 62079ae

Please sign in to comment.