diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5cf9f5a9..8fab8999 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: strategy: fail-fast: false matrix: - platform: [macos-lastest, fedora, windows-latest] + platform: [macos-latest, fedora, windows-latest] version: [18] pnpm: [latest] runs-on: ${{ matrix.platform }} diff --git a/apps/desktop/src-tauri/tauri.conf.json b/apps/desktop/src-tauri/tauri.conf.json index 78f03862..28bb058c 100644 --- a/apps/desktop/src-tauri/tauri.conf.json +++ b/apps/desktop/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "unsaged", - "version": "0.1.1" + "version": "0.1.2" }, "tauri": { "allowlist": {