From a8d1eea4acd90d91435f99d4d73fb70aa2fc4594 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Wed, 14 Apr 2021 11:03:35 +0300 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 8ef290b11..8387b63ce 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.45'; +const String kClientVersion = '5.0.46'; const String kMinServerVersion = '5.0.4'; const String kAppName = 'Invoice Ninja'; diff --git a/pubspec.foss.yaml b/pubspec.foss.yaml index 4a365c2f8..c5906338f 100644 --- a/pubspec.foss.yaml +++ b/pubspec.foss.yaml @@ -1,6 +1,6 @@ name: invoiceninja_flutter description: Client for Invoice Ninja -version: 5.0.45+45 +version: 5.0.46+46 author: Hillel Coren homepage: https://invoiceninja.com documentation: http://docs.invoiceninja.com diff --git a/pubspec.yaml b/pubspec.yaml index 8842e7a0a..6287c9162 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: invoiceninja_flutter description: Client for Invoice Ninja -version: 5.0.45+45 +version: 5.0.46+46 author: Hillel Coren homepage: https://invoiceninja.com documentation: http://docs.invoiceninja.com