diff --git a/manifest.json b/manifest.json index 18980f7..2c177ee 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "gpg-encrypt", "name": "GPG Encrypt", - "version": "1.1.2", + "version": "1.1.3", "minAppVersion": "0.15.0", "description": "Plugin to encrypt partial text or complete notes using GPG technology, it is compatible with security keys such as YubiKey or traditional GPG encryption methods", "author": "Luis Jaramillo", diff --git a/package-lock.json b/package-lock.json index c1802b5..f0fb657 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "gpg-encrypt", - "version": "1.1.2", + "version": "1.1.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "gpg-encrypt", - "version": "1.1.2", + "version": "1.1.3", "license": "MIT", "dependencies": { "@codemirror/language": "^6.10.0" diff --git a/package.json b/package.json index 0f3e6d0..dfda426 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gpg-encrypt", - "version": "1.1.2", + "version": "1.1.3", "description": "Plugin to encrypt partial text or complete notes using GPG technology, it is compatible with security keys such as YubiKey or traditional GPG encryption methods", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 053ff3c..c9f5fb2 100644 --- a/versions.json +++ b/versions.json @@ -7,5 +7,6 @@ "1.0.5": "0.15.0", "1.0.6": "0.15.0", "1.0.7": "0.15.0", - "1.1.2": "0.15.0" + "1.1.2": "0.15.0", + "1.1.3": "0.15.0" }