Skip to content

Commit bf9d3a4

Browse files
committed
Release v0.5.6
1 parent 9d634e5 commit bf9d3a4

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ clap = { version = "4.0", features = ["derive"] }
2525
# llm-sdk = { git = "https://github.com/brainless/llm-sdk", branch = "main" }
2626

2727
[workspace.package]
28-
version = "0.5.5"
28+
version = "0.5.6"
2929
edition = "2021"
3030
authors = ["dwata"]
3131
license = "GPL-3.0-or-later"

gui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dwata-gui",
3-
"version": "0.5.5",
3+
"version": "0.5.6",
44
"description": "",
55
"type": "module",
66
"scripts": {

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 = "dwata-desktop"
3-
version = "0.5.5"
3+
version = "0.5.6"
44
description = "Dwata desktop app"
55
edition = "2021"
66
license = "GPL-3.0-or-later"

tauri/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": "../../../tauri/crates/tauri-schema-generator/schemas/config.schema.json",
33
"productName": "Dwata",
4-
"version": "0.5.5",
4+
"version": "0.5.6",
55
"identifier": "com.dwata.app",
66
"build": {
77
"frontendDist": "../../gui/dist",

0 commit comments

Comments
 (0)