From 2ab1bce786d903da399a0f8087d250162d53537a Mon Sep 17 00:00:00 2001 From: nguyenvanduocit+ Date: Fri, 16 Dec 2022 00:47:48 +0700 Subject: [PATCH] chore: bump version --- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 9e95e34..5a32396 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "open-gate", "name": "Open Gate", - "version": "1.0.6", + "version": "1.0.7", "minAppVersion": "0.15.0", "description": "Embed any website to Obsidian, from now all, you have anything you need in one place.", "author": "duocnv", diff --git a/package.json b/package.json index df79b50..9ac8520 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-open-gate", - "version": "1.0.6", + "version": "1.0.7", "description": "Embed any website to Obsidian, from now all, you have anything you need in one place.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 8618851..f13457d 100644 --- a/versions.json +++ b/versions.json @@ -4,5 +4,6 @@ "1.0.2": "0.15.0", "1.0.4": "0.15.0", "1.0.5": "0.15.0", - "1.0.6": "0.15.0" + "1.0.6": "0.15.0", + "1.0.7": "0.15.0" } \ No newline at end of file