From de9331aa7384c7b42cd54509cfe694dca17214eb Mon Sep 17 00:00:00 2001 From: Randy Lu Date: Tue, 18 Nov 2025 15:42:48 +0800 Subject: [PATCH] bump version --- changelog/0.3.4.md | 1 + src-tauri/tauri.conf.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 changelog/0.3.4.md diff --git a/changelog/0.3.4.md b/changelog/0.3.4.md new file mode 100644 index 0000000..57c9d93 --- /dev/null +++ b/changelog/0.3.4.md @@ -0,0 +1 @@ +- Fix Kimi Coding Plan config not working \ No newline at end of file diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 7faf6eb..a6c0b7b 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.3", + "version": "0.3.4", "identifier": "org.randynamic.ccconfig", "build": { "beforeDevCommand": "pnpm dev",