Skip to content

Commit 8cab0a9

Browse files
Bump - Set version to 138.0 (#25068)
1 parent 3cef811 commit 8cab0a9

File tree

12 files changed

+14
-14
lines changed

12 files changed

+14
-14
lines changed

bitrise.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2148,17 +2148,17 @@ app:
21482148
BITRISE_NIGHTLY_VERSION: '9000'
21492149
- opts:
21502150
is_expand: false
2151-
BITRISE_RELEASE_VERSION: '137.0'
2151+
BITRISE_RELEASE_VERSION: '138.0'
21522152
- opts:
21532153
is_expand: false
2154-
BITRISE_BETA_VERSION: '137.0'
2154+
BITRISE_BETA_VERSION: '138.0'
21552155

21562156
trigger_map:
21572157
- push_branch: main
21582158
pipeline: pipeline_build_and_test
21592159
- push_branch: epic-branch/*
21602160
pipeline: pipeline_build_and_test
2161-
- push_branch: release/v137
2161+
- push_branch: release/v138
21622162
pipeline: pipeline_build_and_test
21632163
- pull_request_target_branch: main
21642164
pipeline: pipeline_build_and_test

firefox-ios/Client/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<key>CFBundlePackageType</key>
2929
<string>APPL</string>
3030
<key>CFBundleShortVersionString</key>
31-
<string>137.0</string>
31+
<string>138.0</string>
3232
<key>CFBundleSignature</key>
3333
<string>????</string>
3434
<key>CFBundleURLTypes</key>

firefox-ios/CredentialProvider/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>137.0</string>
20+
<string>138.0</string>
2121
<key>CFBundleVersion</key>
2222
<string>1</string>
2323
<key>MozDevelopmentTeam</key>

firefox-ios/Extensions/NotificationService/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>XPC!</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>137.0</string>
20+
<string>138.0</string>
2121
<key>CFBundleVersion</key>
2222
<string>1</string>
2323
<key>MozDevelopmentTeam</key>

firefox-ios/Extensions/ShareTo/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>XPC!</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>137.0</string>
20+
<string>138.0</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>

firefox-ios/WidgetKit/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>137.0</string>
20+
<string>138.0</string>
2121
<key>CFBundleVersion</key>
2222
<string>1</string>
2323
<key>MozDevelopmentTeam</key>

focus-ios/Blockzilla/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>137.0</string>
18+
<string>138.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleURLTypes</key>

focus-ios/ContentBlocker/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>XPC!</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>137.0</string>
20+
<string>138.0</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>

focus-ios/FocusIntentExtension/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>XPC!</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>137.0</string>
20+
<string>138.0</string>
2121
<key>CFBundleVersion</key>
2222
<string>1</string>
2323
<key>NSExtension</key>

focus-ios/OpenInFocus/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>XPC!</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>137.0</string>
20+
<string>138.0</string>
2121
<key>CFBundleVersion</key>
2222
<string>1</string>
2323
<key>NSExtension</key>

focus-ios/Widgets/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<plist version="1.0">
44
<dict>
55
<key>CFBundleShortVersionString</key>
6-
<string>137.0</string>
6+
<string>138.0</string>
77
<key>NSExtension</key>
88
<dict>
99
<key>NSExtensionPointIdentifier</key>

version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
137.0
1+
138.0

0 commit comments

Comments
 (0)