Skip to content

Commit

Permalink
# CWPBD-153 * version update to 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
yanjiaxuan committed May 26, 2021
1 parent 3820d19 commit 384a0a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:

- run: |
npm install
npm run publish
npm run release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tomatox",
"version": "1.0.0-alpha1.0",
"version": "1.0.5",
"description": "A free fast beautiful online video player with electron.",
"main": "./dist/main.js",
"scripts": {
Expand All @@ -19,7 +19,7 @@
"unpacked": "npm run build && electron-builder --dir",
"pack": "npm run build && electron-builder",
"postinstall": "electron-builder install-app-deps",
"publish": "npm run build && electron-builder -p always"
"release": "npm run build && electron-builder -p always"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit 384a0a1

Please sign in to comment.