From 6d6fd83355c0e95f5dc8620eb305bb7ab632a16b Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Sun, 28 Feb 2021 22:26:11 +0200 Subject: [PATCH] Update version --- lib/constants.dart | 2 +- pubspec.foss.yaml | 2 +- pubspec.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/constants.dart b/lib/constants.dart index 58f5a335d..81e175982 100644 --- a/lib/constants.dart +++ b/lib/constants.dart @@ -6,7 +6,7 @@ class Constants { } // TODO remove version once #46609 is fixed -const String kClientVersion = '5.0.43'; +const String kClientVersion = '5.0.44'; const String kMinServerVersion = '5.0.4'; const String kAppName = 'Invoice Ninja'; diff --git a/pubspec.foss.yaml b/pubspec.foss.yaml index 363fcbdde..94bf6f9ca 100644 --- a/pubspec.foss.yaml +++ b/pubspec.foss.yaml @@ -1,6 +1,6 @@ name: invoiceninja_flutter description: Client for Invoice Ninja -version: 5.0.43+43 +version: 5.0.44+44 author: Hillel Coren homepage: https://invoiceninja.com documentation: http://docs.invoiceninja.com diff --git a/pubspec.yaml b/pubspec.yaml index 173c9e8aa..2bbfb5e2f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: invoiceninja_flutter description: Client for Invoice Ninja -version: 5.0.43+43 +version: 5.0.44+44 author: Hillel Coren homepage: https://invoiceninja.com documentation: http://docs.invoiceninja.com