From d6f7bad09c0de12a34224ebd94fb5c813ea2122d Mon Sep 17 00:00:00 2001 From: zhixian Date: Thu, 19 Feb 2026 20:21:58 +0900 Subject: [PATCH] chore: bump version to 0.1.3 Generated with [Claude Code](https://claude.ai/code) via [Happy](https://happy.engineering) Co-Authored-By: Claude Co-Authored-By: Happy --- package.json | 2 +- src-tauri/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9961c0d..6d27f68 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "clawpal", - "version": "0.1.2", + "version": "0.1.3", "private": true, "type": "module", "scripts": { diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 1e5bf82..297a9b4 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clawpal" -version = "0.1.2" +version = "0.1.3" edition = "2021" [lib]