From b079357b232557145ec6d1e6f77256747f3722d6 Mon Sep 17 00:00:00 2001 From: Juan Gilsanz Polo Date: Sun, 21 May 2023 02:14:52 +0200 Subject: [PATCH] Updated Android and macOS version --- macos/Runner.xcodeproj/project.pbxproj | 12 ++++++------ pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/macos/Runner.xcodeproj/project.pbxproj b/macos/Runner.xcodeproj/project.pbxproj index a1405ff..f4a2695 100644 --- a/macos/Runner.xcodeproj/project.pbxproj +++ b/macos/Runner.xcodeproj/project.pbxproj @@ -421,7 +421,7 @@ CODE_SIGN_ENTITLEMENTS = Runner/DebugProfile.entitlements; CODE_SIGN_STYLE = Automatic; COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 59; + CURRENT_PROJECT_VERSION = 60; DEVELOPMENT_TEAM = 38Z3B9TJTR; INFOPLIST_FILE = Runner/Info.plist; INFOPLIST_KEY_CFBundleDisplayName = "AdGuard Home Manager"; @@ -429,7 +429,7 @@ "$(inherited)", "@executable_path/../Frameworks", ); - MARKETING_VERSION = 2.3.0; + MARKETING_VERSION = 2.3.1; PRODUCT_BUNDLE_IDENTIFIER = "com.jgeek00.adguard-home-manager"; PRODUCT_COPYRIGHT = "Copyright © 2023 JGeek00. All rights reserved."; PRODUCT_NAME = "AdGuard Home Manager"; @@ -554,7 +554,7 @@ CODE_SIGN_ENTITLEMENTS = Runner/DebugProfile.entitlements; CODE_SIGN_STYLE = Automatic; COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 59; + CURRENT_PROJECT_VERSION = 60; DEVELOPMENT_TEAM = 38Z3B9TJTR; INFOPLIST_FILE = Runner/Info.plist; INFOPLIST_KEY_CFBundleDisplayName = "AdGuard Home Manager"; @@ -562,7 +562,7 @@ "$(inherited)", "@executable_path/../Frameworks", ); - MARKETING_VERSION = 2.3.0; + MARKETING_VERSION = 2.3.1; PRODUCT_BUNDLE_IDENTIFIER = "com.jgeek00.adguard-home-manager"; PRODUCT_COPYRIGHT = "Copyright © 2023 JGeek00. All rights reserved."; PRODUCT_NAME = "AdGuard Home Manager"; @@ -581,7 +581,7 @@ CODE_SIGN_ENTITLEMENTS = Runner/Release.entitlements; CODE_SIGN_STYLE = Automatic; COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 59; + CURRENT_PROJECT_VERSION = 60; DEVELOPMENT_TEAM = 38Z3B9TJTR; INFOPLIST_FILE = Runner/Info.plist; INFOPLIST_KEY_CFBundleDisplayName = "AdGuard Home Manager"; @@ -589,7 +589,7 @@ "$(inherited)", "@executable_path/../Frameworks", ); - MARKETING_VERSION = 2.3.0; + MARKETING_VERSION = 2.3.1; PRODUCT_BUNDLE_IDENTIFIER = "com.jgeek00.adguard-home-manager"; PRODUCT_COPYRIGHT = "Copyright © 2023 JGeek00. All rights reserved."; PRODUCT_NAME = "AdGuard Home Manager"; diff --git a/pubspec.yaml b/pubspec.yaml index bb1453c..07903d9 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -17,7 +17,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 2.3.0+59 +version: 2.3.1+60 environment: sdk: '>=2.18.1 <3.0.0'