From 7ead7458666a44a3c8fead8625987cca16adabae Mon Sep 17 00:00:00 2001 From: svemagie <869694+svemagie@users.noreply.github.com> Date: Mon, 27 Apr 2026 15:30:41 +0200 Subject: [PATCH] chore: bump version to 0.2.2 Co-Authored-By: Claude Sonnet 4.6 --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 00e2df5..f1eba4c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-micropub", "name": "Micropub Publisher", - "version": "0.2.1", + "version": "0.2.2", "minAppVersion": "1.4.0", "description": "Publish notes to any Micropub-compatible endpoint (Indiekit, micro.blog, etc.) with support for Digital Garden stages.", "author": "Sven", diff --git a/package.json b/package.json index 17cacb3..92e9d2a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-micropub", - "version": "0.2.1", + "version": "0.2.2", "description": "Obsidian plugin: publish to any Micropub endpoint", "main": "main.js", "scripts": {