Skip to content

Commit c23cb6e

Browse files
committed
RI-6508: turn on keytar encryption for existing users
1 parent 7db7fd5 commit c23cb6e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/resources/agreements-spec.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.2",
2+
"version": "1.0.7",
33
"agreements": {
44
"analytics": {
55
"defaultValue": false,
@@ -48,7 +48,7 @@
4848
"editable": true,
4949
"disabled": false,
5050
"category": "privacy",
51-
"since": "1.0.2",
51+
"since": "1.0.7",
5252
"title": "Encryption",
5353
"label": "Encrypt sensitive information",
5454
"description": "Select to encrypt sensitive information using system keychain. Otherwise, this information is stored locally in plain text, which may incur security risk."

src/webviews/test/helpers/constants.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,12 +232,12 @@ export const constants = {
232232
notifications: false,
233233
encryption: false,
234234
eula: true,
235-
version: '1.0.6',
235+
version: '1.0.7',
236236
},
237237
},
238238

239239
SETTINGS_AGREEMENTS_SPEC: {
240-
version: '1.0.6',
240+
version: '1.0.7',
241241
agreements: {
242242
analytics: {
243243
...COMMON_CONSENT_CONTENT,

0 commit comments

Comments
 (0)