From 527ab59c75293c2a03e6973898f47467db61c1a9 Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 5 Aug 2018 16:36:27 +0300 Subject: [PATCH] Update version --- android/app/build.gradle | 4 ++-- lib/constants.dart | 2 +- pubspec.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index c766cad3e..3d087b868 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 3 - versionName "0.1.2" + versionCode 4 + versionName "0.1.3" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } diff --git a/lib/constants.dart b/lib/constants.dart index a66187f3d..bb3a60d5e 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.2'; +const String kAppVersion = '0.1.3'; const String kSharedPrefEmail = 'email'; const String kSharedPrefUrl = 'url'; diff --git a/pubspec.yaml b/pubspec.yaml index 3129630c0..7083070ed 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: invoiceninja_flutter description: Mobile app for Invoice Ninja -version: 0.1.2 +version: 0.1.3 author: Hillel Coren homepage: https://www.invoiceninja.com documentation: http://docs.invoiceninja.com