Update version

This commit is contained in:
Hillel Coren 2019-07-26 07:51:27 +03:00
parent ed20169cb7
commit 7fc595a232
5 changed files with 6 additions and 5 deletions

View File

@ -30,7 +30,7 @@ android {
minSdkVersion 18 minSdkVersion 18
targetSdkVersion 27 targetSdkVersion 27
versionCode 41 versionCode 41
versionName "0.1.41" versionName "0.1.44"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
} }

View File

@ -30,7 +30,7 @@ android {
minSdkVersion 18 minSdkVersion 18
targetSdkVersion 27 targetSdkVersion 27
versionCode 41 versionCode 41
versionName "0.1.41" versionName "0.1.44"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
} }

View File

@ -17,7 +17,7 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>0.1.41</string> <string>0.1.44</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>????</string> <string>????</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>

View File

@ -1,7 +1,7 @@
import 'package:flutter/material.dart'; import 'package:flutter/material.dart';
// This version must be updated in tandem with the pubspec version. // This version must be updated in tandem with the pubspec version.
const String kAppVersion = '0.1.41'; const String kAppVersion = '0.1.44';
const String kAppUrl = 'https://app.invoiceninja.com'; const String kAppUrl = 'https://app.invoiceninja.com';
const String kAppleStoreUrl = const String kAppleStoreUrl =
@ -166,4 +166,5 @@ const List<String> kLanguages = [
'sv', 'sv',
'th', 'th',
'tr_TR', 'tr_TR',
'bg',
]; ];

View File

@ -1,6 +1,6 @@
name: invoiceninja_flutter name: invoiceninja_flutter
description: Mobile app for Invoice Ninja description: Mobile app for Invoice Ninja
version: 0.1.42 version: 0.1.44
author: Hillel Coren author: Hillel Coren
homepage: https://www.invoiceninja.com homepage: https://www.invoiceninja.com
documentation: http://docs.invoiceninja.com documentation: http://docs.invoiceninja.com