From 9c8d4dab505c490bbf1af1003a56807ca6665aca Mon Sep 17 00:00:00 2001 From: Randy Lu Date: Mon, 3 Nov 2025 15:34:52 +0800 Subject: [PATCH] bump version --- changelog/0.3.1.md | 2 ++ src-tauri/tauri.conf.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 changelog/0.3.1.md diff --git a/changelog/0.3.1.md b/changelog/0.3.1.md new file mode 100644 index 0000000..c5325f9 --- /dev/null +++ b/changelog/0.3.1.md @@ -0,0 +1,2 @@ +- Support manage sub agents +- Small bug fixes \ No newline at end of file diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 647097a..1d092a8 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.tauri.app/config/2", "productName": "CC Mate", - "version": "0.3.0", + "version": "0.3.1", "identifier": "org.randynamic.ccconfig", "build": { "beforeDevCommand": "pnpm dev",