From 7dc98136d3a31ae1c963d06be7745d4f3e508158 Mon Sep 17 00:00:00 2001 From: Fevol Date: Fri, 4 Aug 2023 15:43:18 +0200 Subject: [PATCH] chore(release): 1.4.6 --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index d27b2de1..2224c960 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "translate", "name": "Translate", - "version": "1.4.4", + "version": "1.4.6", "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 7ec1a4a1..4af30228 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-translate", - "version": "1.4.4", + "version": "1.4.6", "description": "Translate text and notes in Obsidian.md with Google Translate, DeepL, Azure, and more.", "main": "main.js", "scripts": {