mirror of
https://github.com/svemagie/obsidian-micropub.git
synced 2026-05-14 19:38:50 +02:00
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 <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -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",
|
||||
|
||||
+1
-1
@@ -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": {
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"0.1.0": "1.4.0",
|
||||
"0.2.0": "1.4.0"
|
||||
}
|
||||
Reference in New Issue
Block a user