diff --git a/manifest.json b/manifest.json index aef9273..59f9ba0 100644 --- a/manifest.json +++ b/manifest.json @@ -1,9 +1,9 @@ { "id": "sticky-heading", "name": "Sticky Headings", - "version": "1.0.3", + "version": "1.0.4", "minAppVersion": "0.15.0", "description": "Sticky Headings and Shows the heading level", "authorUrl": "https://github.com/imshenshen", "isDesktopOnly": false -} +} \ No newline at end of file diff --git a/package.json b/package.json index 888420f..78033e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-sample-plugin", - "version": "1.0.3", + "version": "1.0.4", "description": "This is a sample plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 1da423a..1d7eb49 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.0.3": "0.15.0" + "1.0.3": "0.15.0", + "1.0.4": "0.15.0" } \ No newline at end of file