diff --git a/README.md b/README.md index b21188d..803fa70 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@

- version + version tauri react rust diff --git a/package.json b/package.json index 2638aad..944678b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "patheditor", "private": true, - "version": "4.2.0", + "version": "4.3.0", "type": "module", "scripts": { "dev": "vite", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 17b4912..7c51f4d 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "patheditor" -version = "4.2.0" +version = "4.3.0" description = "Windows PATH Environment Variable Editor" authors = ["刘航宇"] license = "MIT" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index cf0356e..8d4e560 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "../node_modules/@tauri-apps/cli/config.schema.json", "productName": "PathEditor", - "version": "4.2.0", + "version": "4.3.0", "identifier": "com.liuhangyu.patheditor", "build": { "frontendDist": "../dist", @@ -12,7 +12,7 @@ "app": { "windows": [ { - "title": "PathEditor v4.2", + "title": "PathEditor v4.3", "width": 900, "height": 700, "minWidth": 800,