From 04825903a254366285fcffe63e2014dc6a45ef45 Mon Sep 17 00:00:00 2001 From: YouG-o Date: Wed, 19 Feb 2025 01:27:56 +0100 Subject: [PATCH] v2.0.65 --- manifest.chrome.json | 2 +- manifest.firefox.json | 2 +- package-lock.json | 2 +- package.json | 2 +- src/popup/popup.html | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/manifest.chrome.json b/manifest.chrome.json index a70e3fc..7949be2 100644 --- a/manifest.chrome.json +++ b/manifest.chrome.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "YouTube No Translation", - "version": "2.0.64", + "version": "2.0.65", "description": "A web browser extension that prevents auto-translation on YouTube (titles, dubbing, video descriptions)", "icons": { diff --git a/manifest.firefox.json b/manifest.firefox.json index 17c38b4..dc1a44c 100644 --- a/manifest.firefox.json +++ b/manifest.firefox.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "YouTube No Translation", - "version": "2.0.64", + "version": "2.0.65", "description": "A web browser extension that prevents auto-translation on YouTube (titles, dubbing, video descriptions)", "icons": { diff --git a/package-lock.json b/package-lock.json index 50454f2..16f4e20 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ynt", - "version": "2.0.64", + "version": "2.0.65", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index d8a3d6a..671eb32 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ynt", - "version": "2.0.64", + "version": "2.0.65", "description": "A web browser extension that prevents auto-translation on YouTube (titles, dubbing, video descriptions)", "scripts": { "clean": "rimraf dist/*", diff --git a/src/popup/popup.html b/src/popup/popup.html index 6b12c87..5a75a40 100644 --- a/src/popup/popup.html +++ b/src/popup/popup.html @@ -69,7 +69,7 @@

Descriptions

-

v2.0.64

+

v2.0.65

Created by YouGo GitHub