Skip to content

Commit

Permalink
bump manifest and publish command
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgenbuilder committed Oct 2, 2024
1 parent 4bc3bed commit 7275e71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Build
run: npm run release
- name: Upload & release
uses: mnao305/chrome-extension-upload@3.0.0
uses: mnao305/chrome-extension-upload@5.0.0
with:
file-path: releases/*.zip
glob: true
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "IC Inspector",
"version": "1.1.7",
"version": "1.2.0",
"devtools_page": "index.html",
"permissions": [],
"web_accessible_resources": [
Expand Down

0 comments on commit 7275e71

Please sign in to comment.