diff --git a/.gitignore b/.gitignore index 0ad578f..6094bed 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ .env *.log dist.zip +.release.guide.md diff --git a/manifest.json b/manifest.json index 570b2df..8527695 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "ChatGPT Translation Bot", "description": "Use AI tools(ChatGPT) to translate any selected text on the website into your set language.", - "version": "1.2.1", + "version": "1.2.2", "permissions": [ "storage" ],