diff --git a/package.json b/package.json index a8c93ff..236b538 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "liplus-desktop", "private": true, - "version": "0.2.7", + "version": "0.2.9", "license": "Apache-2.0", "type": "module", "scripts": { diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 694cc5e..630bbd0 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "liplus-desktop" -version = "0.2.7" +version = "0.2.9" description = "Multi-agent desktop for Li+ language" authors = ["Liplus Project Contributors"] edition = "2021"