diff --git a/manifest.json b/manifest.json index 723f09b..a3116a1 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "jekyll-publish", "name": "Jekyll Publish", - "version": "0.1.1", + "version": "0.1.3", "minAppVersion": "1.5.0", "description": "Publish the active note as a Jekyll post (with images) via git.", "author": "Claude", diff --git a/package.json b/package.json index 35dffdb..c6c73b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-jekyll-publish", - "version": "0.1.1", + "version": "0.1.3", "description": "Publish the active Obsidian note as a Jekyll post (with images) via git.", "main": "dist/main.js", "type": "module",