From 4acac3602beff26ca4bb3fed69a45b89123f650e Mon Sep 17 00:00:00 2001 From: Andrea Alberti Date: Wed, 25 Feb 2026 15:34:05 +0100 Subject: [PATCH] build: version bump to 1.7.11 --- manifest.json | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- versions.json | 5 +++-- 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/manifest.json b/manifest.json index 6d318bd..a58268e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,11 +1,11 @@ { "id": "plugins-annotations", "name": "Plugins Annotations", - "version": "1.7.10", + "version": "1.7.11", "minAppVersion": "1.5.0", "description": "Allows adding personal comments to each installed plugin.", "author": "Andrea Alberti", "authorUrl": "https://www.linkedin.com/in/dr-andrea-alberti/", "fundingUrl": "https://buymeacoffee.com/alberti", "isDesktopOnly": false -} +} \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 8ab5f89..378a582 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "plugins-annotations", - "version": "1.0.0", + "version": "1.7.11", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "plugins-annotations", - "version": "1.0.0", + "version": "1.7.11", "license": "MIT", "dependencies": { "monkey-around": "^3.0.0" diff --git a/package.json b/package.json index 2ac9fd2..775fd54 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "plugins-annotations", - "version": "1.0.0", + "version": "1.7.11", "description": "Allows adding personal comments to each installed plugin.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 9eb3c9f..a5763fb 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { "1.0.0": "0.15.0", - "1.7.10": "1.5.0" -} + "1.7.10": "1.5.0", + "1.7.11": "1.5.0" +} \ No newline at end of file