Skip to content

Commit 7b08c19

Browse files
committed
chore(tauri): stamp version 0.1.0-alpha.22
1 parent 0f87b00 commit 7b08c19

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

tauri/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "hecate-app",
33
"private": true,
4-
"version": "0.1.0-alpha.21",
4+
"version": "0.1.0-alpha.22",
55
"homepage": "https://hecate.sh",
66
"scripts": {
77
"tauri": "tauri"

tauri/src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tauri/src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hecate-app"
3-
version = "0.1.0-alpha.21"
3+
version = "0.1.0-alpha.22"
44
description = "Hecate — AI gateway and agent-task runtime"
55
authors = ["Hecate contributors"]
66
license = "Apache-2.0"

tauri/src-tauri/tauri.conf.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "Hecate",
44
"identifier": "io.github.chicoxyzzy.hecate",
5-
"version": "0.1.0-alpha.21",
5+
"version": "0.1.0-alpha.22",
66
"build": {
77
"beforeDevCommand": "",
88
"beforeBuildCommand": "",
@@ -42,7 +42,7 @@
4242
"resources": {},
4343
"windows": {
4444
"wix": {
45-
"version": "0.1.0.21"
45+
"version": "0.1.0.22"
4646
}
4747
}
4848
},

0 commit comments

Comments
 (0)