diff --git a/lib/constants.dart b/lib/constants.dart index c94b0fc9c..a390651f1 100644 --- a/lib/constants.dart +++ b/lib/constants.dart @@ -7,7 +7,7 @@ class Constants { } // 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 kAppProductionUrl = 'https://invoicing.co'; diff --git a/pubspec.yaml b/pubspec.yaml index a4c0c712e..e1d33b464 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: invoiceninja_flutter description: Client for Invoice Ninja -version: 2.0.5+5 +version: 2.0.6+6 author: Hillel Coren homepage: https://invoiceninja.com documentation: http://docs.invoiceninja.com