Skip to content

Commit

Permalink
Merge commit 'a1df77fb6523bfa5ba511fd196313b0b05f7fe93'
Browse files Browse the repository at this point in the history
  • Loading branch information
ken7253 committed Jul 2, 2022
2 parents 5b9d680 + a1df77f commit ff76eef
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,7 @@ jobs:
- name: Release
uses: softprops/action-gh-release@v1
with:
files: build/qkd.crx
files: |
build/qkd.crx
build/qkd.zip
LICENSE
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "qkd",
"version": "1.0.3",
"version": "1.0.4",
"description": "",
"scripts": {
"build": "run-p build:*",
Expand Down
2 changes: 1 addition & 1 deletion src/static/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"manifest_version": 3,
"version": "1.0.3",
"version": "1.0.4",
"short_name": "qkd",
"name": "Quick Docs",
"description": "主にWeb系の技術情報をスピーディーに探す拡張機能です",
Expand Down

0 comments on commit ff76eef

Please sign in to comment.