diff --git a/.github/workflows/theseus-build.yml b/.github/workflows/theseus-build.yml index 5d046473c..3196cd36a 100644 --- a/.github/workflows/theseus-build.yml +++ b/.github/workflows/theseus-build.yml @@ -3,6 +3,7 @@ on: push: branches: - main + - feature* tags: - 'v*' paths: diff --git a/apps/app/tauri.conf.json b/apps/app/tauri.conf.json index 839c36fd3..f90278ae9 100644 --- a/apps/app/tauri.conf.json +++ b/apps/app/tauri.conf.json @@ -41,7 +41,7 @@ ] }, "productName": "AstralRinth App", - "version": "../app-frontend/package.json", + "version": "0.10.3", "mainBinaryName": "AstralRinth App", "identifier": "AstralRinthApp", "plugins": {