From fd4abeaba2b9bb8c26e3bca04f29f0223d133a69 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Sun, 16 Jan 2022 13:01:23 +0200 Subject: [PATCH] Update version --- lib/constants.dart | 2 +- macos/Runner.xcodeproj/project.pbxproj | 6 +++--- pubspec.foss.yaml | 4 ++-- pubspec.next.yaml | 4 ++-- pubspec.yaml | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/lib/constants.dart b/lib/constants.dart index d806e4cc4..f23519444 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.70'; +const String kClientVersion = '5.0.71'; const String kMinServerVersion = '5.0.4'; const String kAppName = 'Invoice Ninja'; diff --git a/macos/Runner.xcodeproj/project.pbxproj b/macos/Runner.xcodeproj/project.pbxproj index 19aadbb33..8681cfb13 100644 --- a/macos/Runner.xcodeproj/project.pbxproj +++ b/macos/Runner.xcodeproj/project.pbxproj @@ -426,7 +426,7 @@ "$(inherited)", "@executable_path/../Frameworks", ); - MARKETING_VERSION = 5.0.70; + MARKETING_VERSION = 5.0.71; PROVISIONING_PROFILE_SPECIFIER = ""; SWIFT_VERSION = 5.0; }; @@ -554,7 +554,7 @@ "$(inherited)", "@executable_path/../Frameworks", ); - MARKETING_VERSION = 5.0.70; + MARKETING_VERSION = 5.0.71; PROVISIONING_PROFILE_SPECIFIER = ""; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; SWIFT_VERSION = 5.0; @@ -576,7 +576,7 @@ "$(inherited)", "@executable_path/../Frameworks", ); - MARKETING_VERSION = 5.0.70; + MARKETING_VERSION = 5.0.71; PROVISIONING_PROFILE_SPECIFIER = ""; SWIFT_VERSION = 5.0; }; diff --git a/pubspec.foss.yaml b/pubspec.foss.yaml index 718738e87..248bda70c 100644 --- a/pubspec.foss.yaml +++ b/pubspec.foss.yaml @@ -1,6 +1,6 @@ name: invoiceninja_flutter description: Client for Invoice Ninja -version: 5.0.70+70 +version: 5.0.71+71 homepage: https://invoiceninja.com documentation: https://invoiceninja.github.io publish_to: none @@ -90,7 +90,7 @@ msix_config: display_name: Invoice Ninja publisher_display_name: Invoice Ninja identity_name: InvoiceNinja.InvoiceNinja - msix_version: 5.0.70.0 + msix_version: 5.0.71.0 publisher: CN=2B7AA393-06A0-46F5-AF85-1917142440C3 architecture: x64 capabilities: 'internetClient' diff --git a/pubspec.next.yaml b/pubspec.next.yaml index 8430e7acc..adebbbcfb 100644 --- a/pubspec.next.yaml +++ b/pubspec.next.yaml @@ -1,6 +1,6 @@ name: invoiceninja_flutter description: Client for Invoice Ninja -version: 5.0.70+70 +version: 5.0.71+71 homepage: https://invoiceninja.com documentation: https://invoiceninja.github.io publish_to: none @@ -90,7 +90,7 @@ msix_config: display_name: Invoice Ninja publisher_display_name: Invoice Ninja identity_name: InvoiceNinja.InvoiceNinja - msix_version: 5.0.70.0 + msix_version: 5.0.71.0 publisher: CN=2B7AA393-06A0-46F5-AF85-1917142440C3 architecture: x64 capabilities: 'internetClient' diff --git a/pubspec.yaml b/pubspec.yaml index 8430e7acc..adebbbcfb 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: invoiceninja_flutter description: Client for Invoice Ninja -version: 5.0.70+70 +version: 5.0.71+71 homepage: https://invoiceninja.com documentation: https://invoiceninja.github.io publish_to: none @@ -90,7 +90,7 @@ msix_config: display_name: Invoice Ninja publisher_display_name: Invoice Ninja identity_name: InvoiceNinja.InvoiceNinja - msix_version: 5.0.70.0 + msix_version: 5.0.71.0 publisher: CN=2B7AA393-06A0-46F5-AF85-1917142440C3 architecture: x64 capabilities: 'internetClient'