mirror of
https://github.com/alberti42/obsidian-plugins-annotations.git
synced 2026-07-22 10:10:24 +00:00
build: version bump to 1.7.11
This commit is contained in:
parent
d6c6c468ad
commit
4acac3602b
4 changed files with 8 additions and 7 deletions
|
|
@ -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
4
package-lock.json
generated
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
Loading…
Reference in a new issue