Add new version 1.0.7

This commit is contained in:
Luis Alberto Jaramillo Gonzalez 2024-04-02 07:43:51 -05:00
parent 0b3d9aaab2
commit fc42009b73
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.0.6",
"version": "1.0.7",
"minAppVersion": "0.15.0",
"description": "GPG encrypt inline text using hotkeys",
"author": "Luis Jaramillo",

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{
"name": "gpg-encrypt",
"version": "1.0.6",
"version": "1.0.7",
"description": "GPG encrypt inline text using hotkeys",
"main": "main.js",
"scripts": {

View file

@ -5,5 +5,6 @@
"1.0.3": "0.15.0",
"1.0.4": "0.15.0",
"1.0.5": "0.15.0",
"1.0.6": "0.15.0"
"1.0.6": "0.15.0",
"1.0.7": "0.15.0"
}