From 24c3a4f2f5656337e712a132e6f30bced3724d2e Mon Sep 17 00:00:00 2001 From: Jeanne <25933880+fleuryj@users.noreply.github.com> Date: Fri, 3 May 2024 15:24:57 +0200 Subject: [PATCH] Prepare for release 1.2.0 --- ReleaseNotes.md | 2 +- SBBDesignSystemMobileSwiftUI.xcodeproj/project.pbxproj | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 280ad7353..a8cc4adb7 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -8,7 +8,7 @@ ### Improvements * New icons -* added the option to hide the Cancel Button in the ModalView +* SBBModalView: added the option to hide the cancel button. ### Bugfix * SBBNotification and SBBPromotionBox: elements are now correctly read by VoiceOver. diff --git a/SBBDesignSystemMobileSwiftUI.xcodeproj/project.pbxproj b/SBBDesignSystemMobileSwiftUI.xcodeproj/project.pbxproj index 850daeecf..c6099bbf5 100644 --- a/SBBDesignSystemMobileSwiftUI.xcodeproj/project.pbxproj +++ b/SBBDesignSystemMobileSwiftUI.xcodeproj/project.pbxproj @@ -1724,7 +1724,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.1.3; + MARKETING_VERSION = 1.2.0; PRODUCT_BUNDLE_IDENTIFIER = ch.sbb.DesignSystemMobileSwiftUIDemo; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; @@ -1749,7 +1749,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.1.3; + MARKETING_VERSION = 1.2.0; PRODUCT_BUNDLE_IDENTIFIER = ch.sbb.DesignSystemMobileSwiftUIDemo; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = "";