Skip to content

Commit 6b19e78

Browse files
committed
chore: bump version to 0.1.0-beta-1 across workspace, desktop app, and UI packages
1 parent 52db373 commit 6b19e78

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ members = [
99
]
1010

1111
[workspace.package]
12-
version = "0.1.0-alpha-13"
12+
version = "0.1.0-beta-1"
1313
edition = "2021"
1414
license = "Apache-2.0"
1515
repository = "https://github.com/agentem-ai/izwi"

crates/izwi-core/src/model/download.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ impl ModelDownloader {
206206
let response = self
207207
.http_client
208208
.get(&url)
209-
.header("User-Agent", "izwi/0.1.0-alpha-13")
209+
.header("User-Agent", "izwi/0.1.0-beta-1")
210210
.send()
211211
.await
212212
.map_err(|e| Error::HfHubError(format!("Repo tree request failed: {}", e)))?;

crates/izwi-desktop/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "Izwi",
4-
"version": "0.1.0-alpha-13",
4+
"version": "0.1.0-beta-1",
55
"identifier": "com.agentem.izwi.desktop",
66
"build": {
77
"frontendDist": "../../ui/dist",

ui/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "izwi-ui",
33
"private": true,
4-
"version": "0.1.0-alpha-13",
4+
"version": "0.1.0-beta-1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)