diff --git a/manifest.json b/manifest.json index 23d5fb5..0963798 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "sticky-heading", "name": "Sticky Headings", - "version": "1.0.6", + "version": "1.1.0", "minAppVersion": "0.15.0", "description": "Sticky Headings and Shows the heading level", "author": "Shen Shen", diff --git a/package.json b/package.json index a403175..867bc19 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-sample-plugin", - "version": "1.0.6", + "version": "1.1.0", "description": "This is a sample plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index a1f309f..5c9e154 100644 --- a/versions.json +++ b/versions.json @@ -5,5 +5,6 @@ "1.0.3": "0.15.0", "1.0.4": "0.15.0", "1.0.5": "0.15.0", - "1.0.6": "0.15.0" + "1.0.6": "0.15.0", + "1.1.0": "0.15.0" } \ No newline at end of file