diff --git a/.github/workflows/deploy_desktop.yaml b/.github/workflows/deploy_desktop.yaml index 386ff37..e017e66 100644 --- a/.github/workflows/deploy_desktop.yaml +++ b/.github/workflows/deploy_desktop.yaml @@ -55,7 +55,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: tagName: ${{ github.ref_name }} # This only works if your workflow triggers on new tags. - releaseName: 'App Name v__VERSION__' # tauri-action replaces \_\_VERSION\_\_ with the app version. + releaseName: 'mobslide v__VERSION__' # tauri-action replaces \_\_VERSION\_\_ with the app version. releaseBody: 'See the assets to download and install this version.' releaseDraft: true prerelease: false diff --git a/desktop/src-tauri/tauri.conf.json b/desktop/src-tauri/tauri.conf.json index 35c7ac8..27dac37 100644 --- a/desktop/src-tauri/tauri.conf.json +++ b/desktop/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "mobslide", - "version": "0.0.0" + "version": "0.0.1" }, "tauri": { "allowlist": {