From aacb22c9d8820428d4f9a261fa4cbeee3b5d21b8 Mon Sep 17 00:00:00 2001 From: grantshandy Date: Fri, 17 May 2024 00:11:48 -0600 Subject: [PATCH] remove windows from CI and update version number --- .github/workflows/release.yml | 4 +--- backend/tauri.conf.json | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 40f6cd3..9a79fa5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,8 +19,6 @@ jobs: args: '--target x86_64-apple-darwin' - platform: 'ubuntu-22.04' # for Tauri v1 you could replace this with ubuntu-20.04. args: '' - - platform: 'windows-latest' - args: '' runs-on: ${{ matrix.settings.platform }} steps: @@ -65,4 +63,4 @@ jobs: releaseBody: 'See the assets to download this version and install.' releaseDraft: true prerelease: false - args: ${{ matrix.settings.args }} \ No newline at end of file + args: ${{ matrix.settings.args }} diff --git a/backend/tauri.conf.json b/backend/tauri.conf.json index 2aa286d..7ba9123 100644 --- a/backend/tauri.conf.json +++ b/backend/tauri.conf.json @@ -13,7 +13,7 @@ }, "package": { "productName": "ipmap", - "version": "0.1.0" + "version": "3.0.0" }, "tauri": { "allowlist": {