Skip to content

Commit d1a65d5

Browse files
committed
Reapply "Version bump 11.0.0 (#872)" (#874)
This reverts commit 3814901.
1 parent 3814901 commit d1a65d5

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,5 +109,5 @@ workflows:
109109
filters:
110110
branches:
111111
only:
112-
- /^.*mob-3113-firefox-upgrade-133.*/
112+
- /^.*main.*/
113113
context: napps

.github/workflows/merge_tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Merge Unit Tests
22

33
on:
44
pull_request:
5-
branches: [ main, mob-3113-firefox-upgrade-133 ]
5+
branches: [main]
66

77
jobs:
88
execute_merge_tests:

.github/workflows/snapshot_tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Snapshot Tests
33
on:
44
pull_request:
55
paths:
6-
- 'Client/Configuration/Common.xcconfig'
6+
- 'firefox-ios/Client/Configuration/Common.xcconfig'
77

88
jobs:
99
execute_snapshot_tests:

.github/workflows/swift_lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: SwiftLint
22
on:
33
pull_request:
4-
branches: [ main, mob-3113-firefox-upgrade-133 ]
4+
branches: [main]
55
jobs:
66
build:
77
runs-on: ubuntu-latest

firefox-ios/Client/Configuration/Common.xcconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ DYLIB_COMPATIBILITY_VERSION = 1;
3535
DYLIB_CURRENT_VERSION = 1;
3636
DYLIB_INSTALL_NAME_BASE = @rpath
3737
PRODUCT_BUNDLE_IDENTIFIER = org.mozilla.ios.$(PRODUCT_NAME)
38-
MARKETING_VERSION = 10.6.1
38+
MARKETING_VERSION = 11.0.0

0 commit comments

Comments
 (0)