diff --git a/manifest.json b/manifest.json index e1b9f501..d27b2de1 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "translate", "name": "Translate", - "version": "1.4.3", + "version": "1.4.4", "minAppVersion": "1.0.0", "description": "Translate text and notes with Google Translate, DeepL, Azure, and more.", "author": "Fevol", diff --git a/package.json b/package.json index f43c2652..4cab039c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-translate", - "version": "1.4.3", + "version": "1.4.4", "description": "Translate text and notes in Obsidian.md with Google Translate, DeepL, Azure, and more.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 8b1bdc4c..599106ff 100644 --- a/versions.json +++ b/versions.json @@ -1,20 +1,4 @@ { - "1.0.0.1": "0.13.21", - "1.0.1.1": "0.13.21", - "1.0.2": "0.13.21", - "1.0.3": "0.13.21", - "1.1.0": "0.13.21", - "1.1.1": "0.13.21", - "1.1.2": "0.13.21", - "1.1.3": "0.13.21", - "1.1.4": "0.13.21", - "1.1.5": "0.13.21", - "1.1.6": "0.13.21", - "1.2.0": "0.13.21", - "1.3.0": "0.13.21", "1.3.1": "0.13.21", - "1.4.0": "1.0.0", - "1.4.1": "1.0.0", - "1.4.2": "1.0.0", - "1.4.3": "1.0.0" + "1.4.4": "1.0.0" }