chore: bump to 0.2.1

This commit is contained in:
svemagie
2026-04-21 18:04:33 +02:00
parent 1ba0488110
commit b3288fcff0
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -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",
+1 -1
View File
@@ -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": {
+2 -1
View File
@@ -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"
}