Skip to content

Commit

Permalink
ci: fix syntax error and update app version
Browse files Browse the repository at this point in the history
  • Loading branch information
ChingCdesu committed Jul 26, 2022
1 parent ba3464a commit 7104939
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
toolchain: stable
- name: install pnpm
uses: pnpm/action-setup@v2.2.2
with:
version: 6.0.2
with:
version: 6.0.2
- name: install dependencies (ubuntu only)
if: matrix.platform == 'ubuntu-latest'
run: |
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "I18nResourceEditor",
"version": "0.1.0"
"version": "1.0.0"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit 7104939

Please sign in to comment.