From 6704f64e9cca20a4375c14a37db6245984e37e26 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Thu, 3 Mar 2022 09:09:38 +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 ++-- snap/snapcraft.yaml | 2 +- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/lib/constants.dart b/lib/constants.dart index 0c4f48138..da4ad6c59 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.76'; +const String kClientVersion = '5.0.77'; 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 ebc0d41c5..8fb5b7ea8 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.76; + MARKETING_VERSION = 5.0.77; PROVISIONING_PROFILE_SPECIFIER = ""; SWIFT_VERSION = 5.0; }; @@ -554,7 +554,7 @@ "$(inherited)", "@executable_path/../Frameworks", ); - MARKETING_VERSION = 5.0.76; + MARKETING_VERSION = 5.0.77; PROVISIONING_PROFILE_SPECIFIER = ""; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; SWIFT_VERSION = 5.0; @@ -576,7 +576,7 @@ "$(inherited)", "@executable_path/../Frameworks", ); - MARKETING_VERSION = 5.0.76; + MARKETING_VERSION = 5.0.77; PROVISIONING_PROFILE_SPECIFIER = ""; SWIFT_VERSION = 5.0; }; diff --git a/pubspec.foss.yaml b/pubspec.foss.yaml index c16dd2548..3c769bdcf 100644 --- a/pubspec.foss.yaml +++ b/pubspec.foss.yaml @@ -1,6 +1,6 @@ name: invoiceninja_flutter description: Client for Invoice Ninja -version: 5.0.76+76 +version: 5.0.77+77 homepage: https://invoiceninja.com documentation: https://invoiceninja.github.io publish_to: none @@ -91,7 +91,7 @@ msix_config: display_name: Invoice Ninja publisher_display_name: Invoice Ninja identity_name: InvoiceNinja.InvoiceNinja - msix_version: 5.0.76.0 + msix_version: 5.0.77.0 publisher: CN=2B7AA393-06A0-46F5-AF85-1917142440C3 architecture: x64 capabilities: 'internetClient' diff --git a/pubspec.next.yaml b/pubspec.next.yaml index 365dc0f79..ec5d496a5 100644 --- a/pubspec.next.yaml +++ b/pubspec.next.yaml @@ -1,6 +1,6 @@ name: invoiceninja_flutter description: Client for Invoice Ninja -version: 5.0.76+76 +version: 5.0.77+77 homepage: https://invoiceninja.com documentation: https://invoiceninja.github.io publish_to: none @@ -91,7 +91,7 @@ msix_config: display_name: Invoice Ninja publisher_display_name: Invoice Ninja identity_name: InvoiceNinja.InvoiceNinja - msix_version: 5.0.76.0 + msix_version: 5.0.77.0 publisher: CN=2B7AA393-06A0-46F5-AF85-1917142440C3 architecture: x64 capabilities: 'internetClient' diff --git a/pubspec.yaml b/pubspec.yaml index 365dc0f79..ec5d496a5 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: invoiceninja_flutter description: Client for Invoice Ninja -version: 5.0.76+76 +version: 5.0.77+77 homepage: https://invoiceninja.com documentation: https://invoiceninja.github.io publish_to: none @@ -91,7 +91,7 @@ msix_config: display_name: Invoice Ninja publisher_display_name: Invoice Ninja identity_name: InvoiceNinja.InvoiceNinja - msix_version: 5.0.76.0 + msix_version: 5.0.77.0 publisher: CN=2B7AA393-06A0-46F5-AF85-1917142440C3 architecture: x64 capabilities: 'internetClient' diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 7d6a37f1e..b8a9c970a 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: invoiceninja -version: '5.0.76' +version: '5.0.77' summary: Online Invoicing description: Create invoices, accept payments, track expenses & time-tasks confinement: strict