diff --git a/lib/constants.dart b/lib/constants.dart index 57bcb82fa..8db4fadb1 100644 --- a/lib/constants.dart +++ b/lib/constants.dart @@ -8,7 +8,7 @@ class Constants { } // TODO remove version once #46609 is fixed -const String kClientVersion = '5.0.19'; +const String kClientVersion = '5.0.20'; const String kMinServerVersion = '5.0.4'; const String kAppName = 'Invoice Ninja'; diff --git a/pubspec.yaml b/pubspec.yaml index c9cad9ea4..da4b500c6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: invoiceninja_flutter description: Client for Invoice Ninja -version: 5.0.19+19 +version: 5.0.20+20 author: Hillel Coren homepage: https://invoiceninja.com documentation: http://docs.invoiceninja.com