Skip to content

Commit

Permalink
release v1.0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Raymond Jiang committed Jan 16, 2024
1 parent ce89aa1 commit 5a87bbb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ jobs:
release:
needs: build
runs-on: ubuntu-latest
permissions:
contents: write
packages: write
pull-requests: write

steps:
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.6",
"version": "1.0.6.1",
"permissions": [
"storage"
],
Expand Down

0 comments on commit 5a87bbb

Please sign in to comment.