Update version

This commit is contained in:
unknown 2018-07-08 17:38:59 +03:00
parent 2b51463c74
commit 0e4ed2f7ff
3 changed files with 4 additions and 4 deletions

View File

@ -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"
}

View File

@ -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;

View File

@ -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