Skip to content
This repository has been archived by the owner on May 17, 2024. It is now read-only.

Commit

Permalink
Merge branch 'chore/add_apple_info' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
AruSeito committed May 6, 2024
2 parents 162a5ab + fcdee84 commit b5a7ebd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,6 @@ jobs:
releaseName: "App v__VERSION__"
releaseBody: "See the assets to download this version and install."
releaseDraft: true
prerelease: false
prerelease: true
args: ${{ matrix.settings.args }}
projectPath: "./apps/agent"
2 changes: 1 addition & 1 deletion apps/agent/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"package": {
"productName": "Tipis",
"version": "0.1.1"
"version": "0.1.2"
},
"$schema": "../node_modules/@tauri-apps/cli/schema.json",
"build": {
Expand Down

0 comments on commit b5a7ebd

Please sign in to comment.