diff --git a/package-lock.json b/package-lock.json index 6e89dc6..efc4b34 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index 7ed191d..9961c0d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "clawpal", - "version": "0.1.1", + "version": "0.1.2", "private": true, "type": "module", "scripts": { diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index f9b7777..dc9e4d8 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -447,7 +447,7 @@ dependencies = [ [[package]] name = "clawpal" -version = "0.1.1" +version = "0.1.2" dependencies = [ "async-trait", "chrono", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 2cf33d6..1e5bf82 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clawpal" -version = "0.1.1" +version = "0.1.2" edition = "2021" [lib]