From 94e4ad61d46c13493762a5183f9fb28ebe8fc157 Mon Sep 17 00:00:00 2001 From: friebetill Date: Tue, 8 Nov 2022 15:26:57 +0100 Subject: [PATCH] Release version 1.0.2 --- 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 6bcf485..0c501ec 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "deepl", "name": "DeepL", - "version": "1.0.1", + "version": "1.0.2", "minAppVersion": "0.15.0", "description": "Allows translation of selected texts into more than 25 languages with DeepL.", "author": "Till Friebe", diff --git a/package.json b/package.json index b5dc8fd..540bd69 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-deepl", - "version": "1.0.1", + "version": "1.0.2", "description": "Allows translation of selected texts into more than 25 languages with DeepL for Obsidian.md.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 189c17e..f66b649 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { "1.0.0": "0.15.0", - "1.0.1": "0.15.0" + "1.0.1": "0.15.0", + "1.0.2": "0.15.0" }