diff --git a/manifest.json b/manifest.json index 9e166ad..9f31d4a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "mdfriday", "name": "Friday", - "version": "0.1.6", + "version": "0.1.7", "minAppVersion": "0.15.0", "description": "Notes to Website. Friday helps you turn Markdown documents into websites in minutes.", "author": "sunwei", diff --git a/package.json b/package.json index 195517a..cc1a475 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-friday-plugin", - "version": "0.1.6", + "version": "0.1.7", "description": "Friday is an Obsidian plugin that empowers users to focus on content creation by writing Markdown files, while we handle the distribution. From creating websites to content deployment, Friday serves as a creative output assistant, helping users turn their work into publishable sites with ease.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index c7303de..b4e22c4 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { "0.1.5": "0.15.0", - "0.1.6": "0.15.0" + "0.1.6": "0.15.0", + "0.1.7": "0.15.0" } \ No newline at end of file