diff --git a/manifest.json b/manifest.json index 36e8f51..f0e9110 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { "id": "obsidian-ghost-publish", "name": "Obsidian Ghost Publish", - "version": "1.2.0", + "version": "1.3.0", "minAppVersion": "0.12.0", "description": "Single click to publish to Ghost", "author": "@jaynguyens ", "authorUrl": "https://nguyens.co", "isDesktopOnly": false -} +} \ No newline at end of file diff --git a/package.json b/package.json index 7860337..ecc0054 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-ghost-publish", - "version": "1.2.0", + "version": "1.3.0", "description": "Obsidian plugin for easy publish to ghost with a single click.", "main": "src/main.ts", "scripts": { diff --git a/versions.json b/versions.json index 0f6018c..f1d9fdc 100644 --- a/versions.json +++ b/versions.json @@ -1,5 +1,6 @@ { "1.0.0": "0.9.7", "1.0.1": "0.12.0", - "1.2.0": "0.12.0" + "1.2.0": "0.12.0", + "1.3.0": "0.12.0" } \ No newline at end of file