bump version?

This commit is contained in:
Jay Nguyen
2022-06-11 19:12:31 +01:00
parent a5081b0631
commit 41a310f8a0
2 changed files with 15 additions and 14 deletions

View File

@@ -1,10 +1,10 @@
{
"id": "obsidian-ghost-publish",
"name": "Obsidian Ghost Publish",
"version": "1.2.0",
"minAppVersion": "0.12.0",
"description": "Single click to publish to Ghost",
"author": "@jaynguyens <jay@nguyens.co>",
"authorUrl": "https://nguyens.co",
"isDesktopOnly": false
}
{
"id": "obsidian-ghost-publish",
"name": "Obsidian Ghost Publish",
"version": "1.2.0",
"minAppVersion": "0.12.0",
"description": "Single click to publish to Ghost",
"author": "@jaynguyens <jay@nguyens.co>",
"authorUrl": "https://nguyens.co",
"isDesktopOnly": false
}

View File

@@ -1,4 +1,5 @@
{
"1.0.0": "0.9.7",
"1.0.1": "0.12.0"
}
{
"1.0.0": "0.9.7",
"1.0.1": "0.12.0",
"1.2.0": "0.12.0"
}