diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 713df92..274855d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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: | diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 30ed25f..02a8715 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "I18nResourceEditor", - "version": "0.1.0" + "version": "1.0.0" }, "tauri": { "allowlist": {