diff --git a/manifest.json b/manifest.json index 22c56d1..1f9f14e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { "id": "sticky-heading", "name": "Sticky Headings", - "version": "1.0.1", + "version": "1.0.2", "minAppVersion": "0.15.0", "description": "Sticky Headings and Shows the heading level", "author": "im.shenshen@qq.com", "authorUrl": "https://github.com/imshenshen", "isDesktopOnly": false -} +} \ No newline at end of file diff --git a/package.json b/package.json index e60c002..92eecf0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-sample-plugin", - "version": "1.0.1", + "version": "1.0.2", "description": "This is a sample plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index a6d5a03..03d60fe 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { "1.0.0": "0.15.0", - "1.0.1": "0.15.0" + "1.0.1": "0.15.0", + "1.0.2": "0.15.0" } \ No newline at end of file