Skip to content

Commit b7b6df8

Browse files
aramirez087Neo
andauthored
D1: Re-enable Tauri desktop build — bump app version to 0.1.45 (#306)
* chore: bump app version to 0.1.45 for initial release * fix: bump rustls-webpki 0.103.9 → 0.103.10 (RUSTSEC-2026-0049) --------- Co-authored-by: Neo <neo_ai@agentmail.to>
1 parent d954f22 commit b7b6df8

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

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

dashboard/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 = "tuitbot-dashboard"
3-
version = "0.1.0"
3+
version = "0.1.45"
44
description = "Tuitbot desktop dashboard — Tauri shell"
55
authors = ["aramirez087"]
66
license = "MIT"

dashboard/src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
33
"productName": "Tuitbot",
4-
"version": "0.1.0",
4+
"version": "0.1.45",
55
"identifier": "com.tuitbot.app",
66
"build": {
77
"frontendDist": "../build",

0 commit comments

Comments
 (0)