diff --git a/manifest.json b/manifest.json index b0a1c3c..56d26aa 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "ob2static-site", "name": "Obsidian to Static Site", - "version": "1.0.2", + "version": "1.0.3", "minAppVersion": "0.15.0", "description": "Export specific notes to general md for static site generation", "author": "yy4382", diff --git a/package.json b/package.json index 188f279..89f050d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ob2static-site", - "version": "1.0.2", + "version": "1.0.3", "description": "Export specific notes to general md for static site generation", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 03d60fe..1da423a 100644 --- a/versions.json +++ b/versions.json @@ -1,5 +1,6 @@ { "1.0.0": "0.15.0", "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