Skip to content

Commit

Permalink
v2.1.00
Browse files Browse the repository at this point in the history
  • Loading branch information
YouG-o committed Mar 2, 2025
1 parent e3212c3 commit e1746d9
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion manifest.chrome.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "YouTube No Translation",
"version": "2.0.71",
"version": "2.1.00",
"description": "Stop YouTube's automatic translations! This extension keeps titles, descriptions and video audio in their original language.",
"icons": {
"48": "assets/icons/icon.png",
Expand Down
2 changes: 1 addition & 1 deletion manifest.firefox.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "YouTube No Translation",
"version": "2.0.71",
"version": "2.1.00",
"description": "Stop YouTube's automatic translations! This extension keeps titles, descriptions and video audio in their original language.",
"icons": {
"48": "assets/icons/icon.svg",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ynt",
"version": "2.0.71",
"version": "2.1.00",
"description": "Stop YouTube's automatic translations! This extension keeps titles, descriptions and video audio in their original language.",
"scripts": {
"clean": "rimraf dist/*",
Expand Down
2 changes: 1 addition & 1 deletion src/popup/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ <h2 class="text-sm font-medium text-white">Subtitles</h2>
</a>
</div>
<div class="flex items-center justify-between">
<p class="text-xs text-gray-400">v2.0.71</p>
<p class="text-xs text-gray-400">v2.1.00</p>
<a href="https://github.com/YouG-o" target="_blank" rel="noopener noreferrer" class="text-xs text-gray-400 flex items-center gap-1">
Created by YouGo
<img src="../../assets/icons/Github-Dark.svg" alt="GitHub" title="GitHub" class="w-4 h-4 hover:opacity-80 transition-opacity">
Expand Down

0 comments on commit e1746d9

Please sign in to comment.