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" +}