From c98a969c5cdaf9da8313a62f1f0313254d3feeba Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Sun, 8 Aug 2021 11:06:18 +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 22114ac2d..15ddfb4d6 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.56'; +const String kClientVersion = '5.0.57'; const String kMinServerVersion = '5.0.4'; const String kAppName = 'Invoice Ninja'; diff --git a/pubspec.foss.yaml b/pubspec.foss.yaml index e484f7c7d..5acced9f8 100644 --- a/pubspec.foss.yaml +++ b/pubspec.foss.yaml @@ -1,6 +1,6 @@ name: invoiceninja_flutter description: Client for Invoice Ninja -version: 5.0.56+56 +version: 5.0.57+57 author: Hillel Coren homepage: https://invoiceninja.com documentation: https://invoiceninja.github.io diff --git a/pubspec.yaml b/pubspec.yaml index 679113811..afd4d9ba7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: invoiceninja_flutter description: Client for Invoice Ninja -version: 5.0.56+56 +version: 5.0.57+57 author: Hillel Coren homepage: https://invoiceninja.com documentation: https://invoiceninja.github.io