diff --git a/lib/constants.dart b/lib/constants.dart index aa47cdd70..e229d67ee 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.38'; +const String kClientVersion = '5.0.39'; const String kMinServerVersion = '5.0.4'; const String kAppName = 'Invoice Ninja'; diff --git a/pubspec.yaml b/pubspec.yaml index 8d2567579..e317e259b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: invoiceninja_flutter description: Client for Invoice Ninja -version: 5.0.38+38 +version: 5.0.39+39 author: Hillel Coren homepage: https://invoiceninja.com documentation: http://docs.invoiceninja.com