Skip to content

Commit afc6e58

Browse files
committed
devop: bump version
1 parent 2c72e49 commit afc6e58

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

macos/Enkrypt/fastlane/Fastfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ lane :prepare do
2424
platform: "macos",
2525
git_branch: "safari",
2626
git_basic_authorization: Base64.strict_encode64(ENV["GIT_AUTHORIZATION"]),
27-
readonly: false,
28-
generate_apple_certs: true,
27+
readonly: true,
28+
generate_apple_certs: false,
2929
additional_cert_types:"mac_installer_distribution"
3030
)
3131
end

packages/extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@enkryptcom/extension",
3-
"version": "2.6.0",
3+
"version": "2.6.1",
44
"private": true,
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)