bump version

This commit is contained in:
Jay Nguyen
2022-06-13 16:20:19 +01:00
parent a48a4e7a6e
commit 7f08eec545
3 changed files with 5 additions and 4 deletions

View File

@@ -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 <jay@nguyens.co>",
"authorUrl": "https://nguyens.co",
"isDesktopOnly": false
}
}

View File

@@ -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": {

View File

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