From e0f274dd514aa6454864af85932ccfb9ec455e62 Mon Sep 17 00:00:00 2001 From: svemagie <869694+svemagie@users.noreply.github.com> Date: Tue, 14 Apr 2026 13:24:43 +0200 Subject: [PATCH] chore: bump version to 0.2.0 and add versions.json Reflects i18n (en/de) release. Creates versions.json required by Obsidian plugin registry, covering upgrade path from 0.1.0. Co-Authored-By: Claude Sonnet 4.6 --- manifest.json | 2 +- package.json | 2 +- versions.json | 4 ++++ 3 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 versions.json diff --git a/manifest.json b/manifest.json index f493555..01e28e0 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-micropub", "name": "Micropub Publisher", - "version": "0.1.0", + "version": "0.2.0", "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 c2cad56..9579b18 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-micropub", - "version": "0.1.0", + "version": "0.2.0", "description": "Obsidian plugin: publish to any Micropub endpoint", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json new file mode 100644 index 0000000..9a9de87 --- /dev/null +++ b/versions.json @@ -0,0 +1,4 @@ +{ + "0.1.0": "1.4.0", + "0.2.0": "1.4.0" +}