build: version bump to 1.7.11

This commit is contained in:
Andrea Alberti 2026-02-25 15:34:05 +01:00
parent d6c6c468ad
commit 4acac3602b
No known key found for this signature in database
4 changed files with 8 additions and 7 deletions

View file

@ -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
}
}

4
package-lock.json generated
View file

@ -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"

View file

@ -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": {

View file

@ -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"
}