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