From 07ab2e084eca813f06fae78406b14620071cc1b9 Mon Sep 17 00:00:00 2001 From: YouG-o Date: Sat, 1 Mar 2025 13:44:05 +0100 Subject: [PATCH] v2.0.7.1 --- manifest.chrome.json | 2 +- manifest.firefox.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- src/popup/popup.html | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/manifest.chrome.json b/manifest.chrome.json index 768f903..03c9c3b 100644 --- a/manifest.chrome.json +++ b/manifest.chrome.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "YouTube No Translation", - "version": "2.0.70", + "version": "2.0.71", "description": "Stop YouTube's automatic translations! This extension keeps titles, descriptions and video audio in their original language.", "icons": { "48": "assets/icons/icon.png", diff --git a/manifest.firefox.json b/manifest.firefox.json index 0f16dab..478fa9f 100644 --- a/manifest.firefox.json +++ b/manifest.firefox.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "YouTube No Translation", - "version": "2.0.70", + "version": "2.0.71", "description": "Stop YouTube's automatic translations! This extension keeps titles, descriptions and video audio in their original language.", "icons": { "48": "assets/icons/icon.svg", diff --git a/package-lock.json b/package-lock.json index 95c9374..08d7159 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ynt", - "version": "2.0.70", + "version": "2.0.71", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ynt", - "version": "2.0.70", + "version": "2.0.71", "license": "AGPL-3.0-or-later", "dependencies": { "webextension-polyfill": "^0.12.0" diff --git a/package.json b/package.json index c595246..97c0e42 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ynt", - "version": "2.0.70", + "version": "2.0.71", "description": "Stop YouTube's automatic translations! This extension keeps titles, descriptions and video audio in their original language.", "scripts": { "clean": "rimraf dist/*", diff --git a/src/popup/popup.html b/src/popup/popup.html index 6a01051..a712fb0 100644 --- a/src/popup/popup.html +++ b/src/popup/popup.html @@ -69,7 +69,7 @@

Descriptions

-

v2.0.70

+

v2.0.71

Created by YouGo GitHub