diff --git a/manifest.json b/manifest.json index d29a956..2af049c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "favorite-note", "name": "Favorite Note", - "version": "1.0.3", + "version": "1.0.4", "minAppVersion": "0.15.0", "description": "Mark your note as favorite.", "author": "mahmudz", diff --git a/package.json b/package.json index 9ea64ef..49b527b 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": { @@ -21,4 +21,4 @@ "tslib": "2.4.0", "typescript": "4.7.4" } -} \ No newline at end of file +} diff --git a/versions.json b/versions.json index 9932902..f98f264 100644 --- a/versions.json +++ b/versions.json @@ -1,5 +1,6 @@ { "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