From 592018e904212d0497ef46f1ba7d152ed3e44f5b Mon Sep 17 00:00:00 2001 From: Fevol Date: Fri, 2 Dec 2022 15:26:48 +0100 Subject: [PATCH] chore(release): 1.4.0 --- manifest-beta.json | 10 ---------- manifest.json | 4 ++-- 2 files changed, 2 insertions(+), 12 deletions(-) delete mode 100644 manifest-beta.json diff --git a/manifest-beta.json b/manifest-beta.json deleted file mode 100644 index 2ee3d7e0..00000000 --- a/manifest-beta.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "id": "obsidian-translate", - "name": "Translate", - "version": "1.4.0-beta-3", - "minAppVersion": "1.0.0", - "description": "A translation plugin with support for glossary and 10+ services", - "author": "Fevol", - "authorUrl": "https://github.com/Fevol/", - "isDesktopOnly": false -} diff --git a/manifest.json b/manifest.json index b86ae9ab..db3b34a6 100644 --- a/manifest.json +++ b/manifest.json @@ -1,8 +1,8 @@ { "id": "obsidian-translate", "name": "Translate", - "version": "1.3.1", - "minAppVersion": "0.12.0", + "version": "1.4.0", + "minAppVersion": "1.0.0", "description": "Translate text with any API you desire!", "author": "Fevol", "authorUrl": "https://github.com/Fevol/",