Update version

This commit is contained in:
Dmitry 2024-05-09 14:49:45 +04:00
parent 5744b855c5
commit dc7cb6e2f8
3 changed files with 6 additions and 5 deletions

View file

@ -1,9 +1,9 @@
{
"id": "sync-graph-settings",
"name": "Sync Graph Settings",
"version": "1.1.0",
"version": "1.2.0",
"minAppVersion": "0.15.0",
"description": "This is a plugin for syncing graph settings (Color Groups and Search Filters) to Local Graphs",
"description": "This is a plugin for syncing various graph settings to Local Graphs",
"author": "xallt",
"authorUrl": "github.com/Xallt",
"isDesktopOnly": false

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "obsidian-sample-plugin",
"version": "1.0.2",
"version": "1.1.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "obsidian-sample-plugin",
"version": "1.0.2",
"version": "1.1.0",
"license": "MIT",
"devDependencies": {
"@types/node": "^16.11.6",

View file

@ -2,5 +2,6 @@
"1.0.0": "0.15.0",
"1.0.1": "0.15.0",
"1.0.2": "0.15.0",
"1.1.0": "0.15.0"
"1.1.0": "0.15.0",
"1.2.0": "0.15.0"
}