From dcd41794fd96f92c1866e870821aeb128507b339 Mon Sep 17 00:00:00 2001 From: aidenlx <31102694+aidenlx@users.noreply.github.com> Date: Sat, 7 Oct 2023 16:49:57 +0800 Subject: [PATCH] chore: release obsidian plugin v1.1.2 --- app/obsidian/manifest-beta.json | 2 +- app/obsidian/manifest.json | 2 +- app/obsidian/package.json | 2 +- app/obsidian/versions.json | 3 ++- manifest-beta.json | 2 +- manifest.json | 2 +- versions.json | 3 ++- 7 files changed, 9 insertions(+), 7 deletions(-) diff --git a/app/obsidian/manifest-beta.json b/app/obsidian/manifest-beta.json index 59ae0f76..5dda3726 100644 --- a/app/obsidian/manifest-beta.json +++ b/app/obsidian/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "zotlit", "name": "ZotLit", - "version": "1.1.1", + "version": "1.1.2", "minAppVersion": "1.4.4", "versions": { "better-sqlite3": "8.0.1-mod.1" diff --git a/app/obsidian/manifest.json b/app/obsidian/manifest.json index 59ae0f76..5dda3726 100644 --- a/app/obsidian/manifest.json +++ b/app/obsidian/manifest.json @@ -1,7 +1,7 @@ { "id": "zotlit", "name": "ZotLit", - "version": "1.1.1", + "version": "1.1.2", "minAppVersion": "1.4.4", "versions": { "better-sqlite3": "8.0.1-mod.1" diff --git a/app/obsidian/package.json b/app/obsidian/package.json index 439bcb58..e13e1634 100644 --- a/app/obsidian/package.json +++ b/app/obsidian/package.json @@ -1,6 +1,6 @@ { "name": "zotlit", - "version": "1.1.1", + "version": "1.1.2", "description": "Obsidian.md plugin to integrate with Zotero, create literature notes and insert citations from a Zotero library.", "scripts": { "dev": "cross-env BUILD=development node esbuild.config.mjs", diff --git a/app/obsidian/versions.json b/app/obsidian/versions.json index fef6b8f8..7502d781 100755 --- a/app/obsidian/versions.json +++ b/app/obsidian/versions.json @@ -30,5 +30,6 @@ "1.1.0-beta.14": "1.4.4", "1.1.0-beta.15": "1.4.4", "1.1.0": "1.4.4", - "1.1.1": "1.4.4" + "1.1.1": "1.4.4", + "1.1.2": "1.4.4" } \ No newline at end of file diff --git a/manifest-beta.json b/manifest-beta.json index 59ae0f76..5dda3726 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "zotlit", "name": "ZotLit", - "version": "1.1.1", + "version": "1.1.2", "minAppVersion": "1.4.4", "versions": { "better-sqlite3": "8.0.1-mod.1" diff --git a/manifest.json b/manifest.json index 59ae0f76..5dda3726 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "zotlit", "name": "ZotLit", - "version": "1.1.1", + "version": "1.1.2", "minAppVersion": "1.4.4", "versions": { "better-sqlite3": "8.0.1-mod.1" diff --git a/versions.json b/versions.json index fef6b8f8..7502d781 100755 --- a/versions.json +++ b/versions.json @@ -30,5 +30,6 @@ "1.1.0-beta.14": "1.4.4", "1.1.0-beta.15": "1.4.4", "1.1.0": "1.4.4", - "1.1.1": "1.4.4" + "1.1.1": "1.4.4", + "1.1.2": "1.4.4" } \ No newline at end of file