版本号变更

This commit is contained in:
xiaoxixi 2026-07-19 12:50:31 +08:00
parent 7a5d95e786
commit 07b09ca486
4 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "picobot"
version = "1.1.2"
version = "1.2.0"
edition = "2024"
[dependencies]

View File

@ -19,7 +19,7 @@ enum ServiceCommand {
#[derive(Parser)]
#[command(name = "picobot")]
#[command(about = "A CLI chatbot", long_about = None)]
#[command(version = "1.1.1")]
#[command(version)]
enum Command {
/// Connect to gateway
Chat {

View File

@ -1,12 +1,12 @@
{
"name": "picobot-webui",
"version": "1.1.2",
"version": "1.2.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "picobot-webui",
"version": "1.1.2",
"version": "1.2.0",
"dependencies": {
"bits-ui": "^2.0.0",
"dompurify": "^3.4.12",

View File

@ -1,7 +1,7 @@
{
"name": "picobot-webui",
"private": true,
"version": "1.1.2",
"version": "1.2.0",
"type": "module",
"engines": {
"node": ">=20"