Skip to content

Commit

Permalink
updated to v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
YouG-o committed Jan 11, 2025
1 parent 365a9ef commit 8065e03
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"manifest_version": 2,
"name": "No More Translations",
"version": "1.1.5",
"description": "A firefox extension that prevents auto-translation on YouTube (titles, dubbing)",
"version": "1.2.0",
"description": "An addon that prevents auto-translation on YouTube (titles, dubbing, video descriptions)",

"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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nmt",
"version": "1.1.5",
"description": "A firefox extension that prevents auto-translation on YouTube (titles, dubbing)",
"version": "1.2.0",
"description": "An addon that prevents auto-translation on YouTube (titles, dubbing, video descriptions)",
"scripts": {
"clean": "rimraf dist/*",
"create-dirs": "mkdir -p dist/popup dist/content dist/background dist/styles",
Expand Down
2 changes: 1 addition & 1 deletion src/popup/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ <h2 class="text-sm font-medium text-gray-900">Original Descriptions</h2>
</div>
</main>
<footer class="pt-4 border-t border-gray-200 flex items-center justify-between">
<p class="text-xs text-gray-400">v1.1.5</p>
<p class="text-xs text-gray-400">v1.2.0</p>
<div class="flex items-center gap-1 text-xs text-gray-400">
Created by YouGo
<a href="https://github.com/YouG-o" target="_blank" rel="noopener noreferrer">
Expand Down

0 comments on commit 8065e03

Please sign in to comment.