Skip to content

Commit

Permalink
bump to v0.4.1 (#836)
Browse files Browse the repository at this point in the history
  • Loading branch information
advayDev1 authored Apr 2, 2020
1 parent 6f691a4 commit d4198a4
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 = '7'
flutterVersionCode = '8'
}

def flutterVersionName = localProperties.getProperty('flutter.versionName')
if (flutterVersionName == null) {
flutterVersionName = '0.4.0'
flutterVersionName = '0.4.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.4.0+7
version: 0.4.1+8

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

0 comments on commit d4198a4

Please sign in to comment.