diff --git a/manifest.json b/manifest.json index 59b938e..f38570c 100644 --- a/manifest.json +++ b/manifest.json @@ -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 diff --git a/package-lock.json b/package-lock.json index 9526b7b..fa7fe03 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/versions.json b/versions.json index db543dd..b24af41 100644 --- a/versions.json +++ b/versions.json @@ -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" }