chore: bump version to 0.1.2

Generated with [Claude Code](https://claude.ai/code)
via [Happy](https://happy.engineering)

Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Happy <yesreply@happy.engineering>
This commit is contained in:
zhixian
2026-02-19 20:00:46 +09:00
parent 8747d5bf21
commit 66c259fffb
4 changed files with 5 additions and 5 deletions

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "clawpal",
"version": "0.1.1",
"version": "0.1.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "clawpal",
"version": "0.1.1",
"version": "0.1.2",
"dependencies": {
"@tauri-apps/api": "^2.0.0",
"@tauri-apps/plugin-process": "^2.3.1",

View File

@@ -1,6 +1,6 @@
{
"name": "clawpal",
"version": "0.1.1",
"version": "0.1.2",
"private": true,
"type": "module",
"scripts": {

2
src-tauri/Cargo.lock generated
View File

@@ -447,7 +447,7 @@ dependencies = [
[[package]]
name = "clawpal"
version = "0.1.1"
version = "0.1.2"
dependencies = [
"async-trait",
"chrono",

View File

@@ -1,6 +1,6 @@
[package]
name = "clawpal"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
[lib]