diff --git a/manifest.json b/manifest.json index 26a9821..723f09b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "jekyll-publish", "name": "Jekyll Publish", - "version": "0.1.0", + "version": "0.1.1", "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 e046922..35dffdb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-jekyll-publish", - "version": "0.1.0", + "version": "0.1.1", "description": "Publish the active Obsidian note as a Jekyll post (with images) via git.", "main": "dist/main.js", "type": "module",