diff --git a/android/app/build.gradle b/android/app/build.gradle index e5d9e7584..6192b252f 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -29,8 +29,8 @@ android { applicationId "com.invoiceninja.invoiceninja_flutter" minSdkVersion 16 targetSdkVersion 27 - versionCode 1 - versionName "0.1.0" + versionCode 2 + versionName "0.1.1" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } diff --git a/lib/constants.dart b/lib/constants.dart index 738d30353..9df080b29 100644 --- a/lib/constants.dart +++ b/lib/constants.dart @@ -1,7 +1,7 @@ import 'package:flutter/material.dart'; // This version must be updated in tandem with the pubspec version. -const String kAppVersion = '0.1.0'; +const String kAppVersion = '0.1.1'; const int kMinMajorAppVersion = 4; const int kMinMinorAppVersion = 5; diff --git a/pubspec.yaml b/pubspec.yaml index 50d0d9e80..46310a8a0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: invoiceninja_flutter description: Mobile app for Invoice Ninja -version: 0.1.0 +version: 0.1.1 author: Hillel Coren homepage: https://www.invoiceninja.com documentation: http://docs.invoiceninja.com