Skip to content

Commit 9a7a9e9

Browse files
committedFeb 12, 2022
Merge branch 'release/2.1.1'
2 parents 1babceb + edbb048 commit 9a7a9e9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎Cryptomator.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"repositoryURL": "https://github.com/cryptomator/cloud-access-swift.git",
2525
"state": {
2626
"branch": null,
27-
"revision": "bf1ec7894cba671545a97f8e2441acedbe4c645c",
28-
"version": "1.1.5"
27+
"revision": "09453b28d986dc52b038640be763818fecb633cb",
28+
"version": "1.1.6"
2929
}
3030
},
3131
{

‎fastlane/Fastfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ platform :ios do
4444
lane :app_store do
4545
gym(scheme: "Cryptomator", clean: true)
4646
changelog = File.read("changelog.txt")
47-
deliver(skip_screenshots: true, submit_for_review: false)
47+
deliver(skip_screenshots: true, submit_for_review: true)
4848
version = get_version_number(target: "Cryptomator")
4949
build = `git rev-list --count $(git rev-parse --abbrev-ref HEAD) | tr -d " \t\n\r"`
5050
slack(

0 commit comments

Comments
 (0)
Please sign in to comment.