diff --git a/package.json b/package.json index d6fbe68..28f5db7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auto-translate-youtube-subtitles", - "version": "1.0.0", + "version": "1.0.1", "description": "Auto Translate Youtube Subtitles", "scripts": { "build": "webpack --mode=production", diff --git a/src/extension/manifest.json b/src/extension/manifest.json index c8a9931..d6fb562 100644 --- a/src/extension/manifest.json +++ b/src/extension/manifest.json @@ -1,7 +1,7 @@ { "name": "Auto Translate Youtube Subtitles", "description": "Auto Translate Youtube Subtitles", - "version": "1.0.0", + "version": "1.0.1", "icons": { "16": "img/icon16.png", "48": "img/icon48.png",