From 305737988139a483b162c4ff8889d489789512bb Mon Sep 17 00:00:00 2001 From: Joseph Roque Date: Wed, 11 Sep 2024 18:18:07 -0700 Subject: [PATCH] chore(ios): bump ios version to 1.7.0b28 --- CHANGELOG.md | 11 +++++++++-- ios/XCConfigs/Base/Version.xcconfig | 4 ++-- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e77ae9a3..9fd657d49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,10 @@ # Most recent version -## iOS 1.6.1b27 +## iOS 1.7.0b28 ``` -- Test release. No new features +- Feat: App Icons that support iOS 18 Dark and Tinted modes +- Fix: Xcode 16 compilation ``` ## Android 4.1.1b327 @@ -17,6 +18,12 @@ # Legacy iOS Versions +## iOS 1.6.1b27 + +``` +- Test release. No new features +``` + ## iOS 1.6.1b26 ``` diff --git a/ios/XCConfigs/Base/Version.xcconfig b/ios/XCConfigs/Base/Version.xcconfig index ab29b7c6d..35215209c 100644 --- a/ios/XCConfigs/Base/Version.xcconfig +++ b/ios/XCConfigs/Base/Version.xcconfig @@ -1,2 +1,2 @@ -CURRENT_PROJECT_VERSION = 27 -MARKETING_VERSION = 1.6.1 +CURRENT_PROJECT_VERSION = 28 +MARKETING_VERSION = 1.7.0