Update version
This commit is contained in:
parent
25bcc9808b
commit
a76d3150ea
|
|
@ -7,7 +7,7 @@ class Constants {
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO remove version once #46609 is fixed
|
// TODO remove version once #46609 is fixed
|
||||||
const String kAppVersion = '2.0.5';
|
const String kAppVersion = '2.0.6';
|
||||||
|
|
||||||
const String kSiteUrl = 'https://invoiceninja.com';
|
const String kSiteUrl = 'https://invoiceninja.com';
|
||||||
const String kAppProductionUrl = 'https://invoicing.co';
|
const String kAppProductionUrl = 'https://invoicing.co';
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
name: invoiceninja_flutter
|
name: invoiceninja_flutter
|
||||||
description: Client for Invoice Ninja
|
description: Client for Invoice Ninja
|
||||||
version: 2.0.5+5
|
version: 2.0.6+6
|
||||||
author: Hillel Coren
|
author: Hillel Coren
|
||||||
homepage: https://invoiceninja.com
|
homepage: https://invoiceninja.com
|
||||||
documentation: http://docs.invoiceninja.com
|
documentation: http://docs.invoiceninja.com
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue