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 = "";