Skip to content

Commit

Permalink
chore: action
Browse files Browse the repository at this point in the history
  • Loading branch information
funnyzak committed Nov 19, 2021
1 parent fecf679 commit ed8b426
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
env:
PACKAGE_APP_NAME: TTS Now # electron.build productName对应
LINUX_PACKAGE_APP_NAME: tts-now
APP_VERSION: 0.8.0 # 当前版本,需和package verson对应
APP_VERSION: 0.9.0 # 当前版本,需和package verson对应
steps:
- name: Check out Git repository
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tts-now",
"version": "0.8.0",
"version": "0.9.0",
"description": "aliyun tts assastant",
"main": "build/bundle/main.js",
"scripts": {
Expand Down

0 comments on commit ed8b426

Please sign in to comment.