diff --git a/lib/constants.dart b/lib/constants.dart index ffe6bc6af..698577d14 100644 --- a/lib/constants.dart +++ b/lib/constants.dart @@ -4,7 +4,7 @@ class Constants { } // TODO remove version once #46609 is fixed -const String kClientVersion = '5.0.52'; +const String kClientVersion = '5.0.53'; const String kMinServerVersion = '5.0.4'; const String kAppName = 'Invoice Ninja'; diff --git a/pubspec.foss.yaml b/pubspec.foss.yaml index 56a208657..d13521860 100644 --- a/pubspec.foss.yaml +++ b/pubspec.foss.yaml @@ -1,6 +1,6 @@ name: invoiceninja_flutter description: Client for Invoice Ninja -version: 5.0.52+52 +version: 5.0.53+53 author: Hillel Coren homepage: https://invoiceninja.com documentation: http://docs.invoiceninja.com diff --git a/pubspec.yaml b/pubspec.yaml index d02fc6ae5..f3779195a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: invoiceninja_flutter description: Client for Invoice Ninja -version: 5.0.52+52 +version: 5.0.53+53 author: Hillel Coren homepage: https://invoiceninja.com documentation: http://docs.invoiceninja.com