diff --git a/package.json b/package.json index b0d1031..09c2c42 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "chrono-snap", "private": true, - "version": "0.2.0", + "version": "0.2.1", "type": "module", "scripts": { "dev": "vite", diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index e47e11e..418df6d 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -667,7 +667,7 @@ dependencies = [ [[package]] name = "chrono-snap" -version = "0.2.0" +version = "0.2.1" dependencies = [ "anyhow", "base64 0.22.1", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 2907a19..662655b 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chrono-snap" -version = "0.2.0" +version = "0.2.1" description = "An app to record screens and events" authors = ["you"] edition = "2021" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 8faafec..d44b2c8 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": "chrono-snap", - "version": "0.2.0", + "productName": "ChronoSnap", + "version": "0.2.1", "identifier": "top.volan.chrono-snap", "build": { "beforeDevCommand": "pnpm dev", @@ -12,7 +12,7 @@ "app": { "windows": [ { - "title": "瞬影 - 时间记录 v0.2.0", + "title": "瞬影 - 时间记录 v0.2.1", "width": 1760, "height": 1100 }