diff --git a/android/app/build.gradle.dev b/android/app/build.gradle.dev index 8ce536105..82ced9628 100644 --- a/android/app/build.gradle.dev +++ b/android/app/build.gradle.dev @@ -29,8 +29,8 @@ android { applicationId "com.invoiceninja.flutter" minSdkVersion 18 targetSdkVersion 28 - versionCode 47 - versionName "0.1.47" + versionCode 49 + versionName "0.1.49" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } diff --git a/android/app/build.gradle.prod b/android/app/build.gradle.prod index 1f5bbddd7..5e1caea8b 100644 --- a/android/app/build.gradle.prod +++ b/android/app/build.gradle.prod @@ -29,8 +29,8 @@ android { applicationId "com.invoiceninja.flutter" minSdkVersion 18 targetSdkVersion 28 - versionCode 47 - versionName "0.1.47" + versionCode 49 + versionName "0.1.49" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } diff --git a/ios/Runner/Info.plist.example b/ios/Runner/Info.plist.example index 7f39db674..89eb62a7e 100644 --- a/ios/Runner/Info.plist.example +++ b/ios/Runner/Info.plist.example @@ -17,11 +17,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.1.47 + 0.1.49 CFBundleSignature ???? CFBundleVersion - 47 + 49 LSRequiresIPhoneOS UILaunchStoryboardName diff --git a/lib/constants.dart b/lib/constants.dart index c32e2a28e..2af98f762 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.47'; +const String kAppVersion = '0.1.49'; const String kSiteUrl = 'https://invoiceninja.com'; const String kAppUrl = 'https://app.invoiceninja.com'; const String kPrivacyPolicyURL = 'https://www.invoiceninja.com/privacy-policy'; diff --git a/pubspec.yaml b/pubspec.yaml index fd6422f0e..404375019 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: invoiceninja_flutter description: Mobile app for Invoice Ninja -version: 0.1.47 +version: 0.1.49 author: Hillel Coren homepage: https://www.invoiceninja.com documentation: http://docs.invoiceninja.com