From b3288fcff04494718e155a995646e835e4b6376e Mon Sep 17 00:00:00 2001 From: svemagie <869694+svemagie@users.noreply.github.com> Date: Tue, 21 Apr 2026 18:04:33 +0200 Subject: [PATCH] chore: bump to 0.2.1 --- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 01e28e0..00e2df5 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-micropub", "name": "Micropub Publisher", - "version": "0.2.0", + "version": "0.2.1", "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 9579b18..17cacb3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-micropub", - "version": "0.2.0", + "version": "0.2.1", "description": "Obsidian plugin: publish to any Micropub endpoint", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 9a9de87..11fa7e7 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { "0.1.0": "1.4.0", - "0.2.0": "1.4.0" + "0.2.0": "1.4.0", + "0.2.1": "1.4.0" }