diff --git a/Client/Info.plist b/Client/Info.plist
index 5445130f3ba9..1d50da8f70a1 100644
--- a/Client/Info.plist
+++ b/Client/Info.plist
@@ -24,7 +24,7 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 98.1
+ 98.2
CFBundleSignature
????
CFBundleURLTypes
diff --git a/Extensions/NotificationService/Info.plist b/Extensions/NotificationService/Info.plist
index aa98db08be53..ca27f2fa6ce1 100644
--- a/Extensions/NotificationService/Info.plist
+++ b/Extensions/NotificationService/Info.plist
@@ -19,7 +19,7 @@
CFBundlePackageType
XPC!
CFBundleShortVersionString
- 98.1
+ 98.2
CFBundleVersion
1
NSExtension
diff --git a/Extensions/ShareTo/Info.plist b/Extensions/ShareTo/Info.plist
index 542c1cb030dc..33909234ea8b 100644
--- a/Extensions/ShareTo/Info.plist
+++ b/Extensions/ShareTo/Info.plist
@@ -19,7 +19,7 @@
CFBundlePackageType
XPC!
CFBundleShortVersionString
- 98.1
+ 98.2
CFBundleSignature
????
CFBundleVersion
diff --git a/Extensions/Today/Info.plist b/Extensions/Today/Info.plist
index c321f68c1612..f7ea887945c0 100644
--- a/Extensions/Today/Info.plist
+++ b/Extensions/Today/Info.plist
@@ -19,7 +19,7 @@
CFBundlePackageType
XPC!
CFBundleShortVersionString
- 98.1
+ 98.2
CFBundleSignature
????
CFBundleVersion
diff --git a/bitrise.yml b/bitrise.yml
index 433826b4c627..62c0df9a83a2 100644
--- a/bitrise.yml
+++ b/bitrise.yml
@@ -946,16 +946,16 @@ app:
BITRISE_NIGHTLY_VERSION: '9000'
- opts:
is_expand: false
- BITRISE_RELEASE_VERSION: '98.1'
+ BITRISE_RELEASE_VERSION: '98.2'
- opts:
is_expand: false
- BITRISE_BETA_VERSION: '98.1'
+ BITRISE_BETA_VERSION: '98.2'
trigger_map:
- push_branch: main
workflow: RunUnitTests
- push_branch: epic-branch/*
workflow: RunUnitTests
-- push_branch: v98.1
+- push_branch: v98.2
workflow: SPM_Deploy_Prod_Beta
- pull_request_target_branch: main
workflow: RunUnitTests