diff --git a/manifest.json b/manifest.json index 49aed38..d29a956 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "favorite-note", "name": "Favorite Note", - "version": "1.0.2", + "version": "1.0.3", "minAppVersion": "0.15.0", "description": "Mark your note as favorite.", "author": "mahmudz", diff --git a/package.json b/package.json index acf593b..9ea64ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-sample-plugin", - "version": "1.0.2", + "version": "1.0.3", "description": "This is a sample plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 2886cf9..9932902 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { "1.0.1": "0.15.0", - "1.0.2": "0.15.0" + "1.0.2": "0.15.0", + "1.0.3": "0.15.0" } \ No newline at end of file