Update version to 1.1.5

This commit is contained in:
Luis Alberto Jaramillo Gonzalez 2025-12-03 12:02:35 -05:00
parent 36fd5b9a2d
commit c202ed7f32
No known key found for this signature in database
GPG key ID: 0444CB0073EDFBB5
4 changed files with 6 additions and 5 deletions

View file

@ -1,7 +1,7 @@
{
"id": "gpg-encrypt",
"name": "GPG Encrypt",
"version": "1.1.4",
"version": "1.1.5",
"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",

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "gpg-encrypt",
"version": "1.1.4",
"version": "1.1.5",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "gpg-encrypt",
"version": "1.1.4",
"version": "1.1.5",
"license": "MIT",
"dependencies": {
"@codemirror/language": "^6.11.3"

View file

@ -1,6 +1,6 @@
{
"name": "gpg-encrypt",
"version": "1.1.4",
"version": "1.1.5",
"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": {

View file

@ -9,5 +9,6 @@
"1.0.7": "0.15.0",
"1.1.2": "0.15.0",
"1.1.3": "0.15.0",
"1.1.4": "0.15.0"
"1.1.4": "0.15.0",
"1.1.5": "0.15.0"
}