From 9094cb9d7969f8fa54d133fe640cdf51087cdcb6 Mon Sep 17 00:00:00 2001 From: Cuervolu Date: Thu, 24 Oct 2024 20:50:25 -0300 Subject: [PATCH] chore: Update Tauri action to v0.5.15 and bump version to 0.1.2. (#35) --- .github/workflows/desktop-release.yml | 2 +- apps/desktop/src-tauri/Cargo.toml | 2 +- apps/desktop/src-tauri/tauri.conf.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/desktop-release.yml b/.github/workflows/desktop-release.yml index f821cb1f..3b13b6d3 100644 --- a/.github/workflows/desktop-release.yml +++ b/.github/workflows/desktop-release.yml @@ -56,7 +56,7 @@ jobs: echo "LDFLAGS=-L/opt/homebrew/opt/llvm/lib" >> $GITHUB_ENV echo "CPPFLAGS=-I/opt/homebrew/opt/llvm/include" >> $GITHUB_ENV - name: Build Tauri app - uses: tauri-apps/tauri-action@v0.5.12 + uses: tauri-apps/tauri-action@v0.5.15 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY }} diff --git a/apps/desktop/src-tauri/Cargo.toml b/apps/desktop/src-tauri/Cargo.toml index e0fb3dfb..0f8924ac 100644 --- a/apps/desktop/src-tauri/Cargo.toml +++ b/apps/desktop/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cortex" -version = "0.1.1" +version = "0.1.2" description = "Cortex Desktop Application for Premium Users" authors = ["Bytech SpA"] license = "" diff --git a/apps/desktop/src-tauri/tauri.conf.json b/apps/desktop/src-tauri/tauri.conf.json index a2ec6d50..ba4c91aa 100644 --- a/apps/desktop/src-tauri/tauri.conf.json +++ b/apps/desktop/src-tauri/tauri.conf.json @@ -1,6 +1,6 @@ { "productName": "Cortex", - "version": "0.1.1", + "version": "0.1.2", "identifier": "com.cortex.app", "build": { "frontendDist": "../dist",