diff --git a/Cargo.toml b/Cargo.toml index 519b1ec..24df853 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ members = [ ] [workspace.package] -version = "5.0.0" +version = "5.1.0" edition = "2021" license = "MIT" authors = ["刘航宇"] diff --git a/README.md b/README.md index b22028f..957cbeb 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@
-
+
diff --git a/gui/tauri.conf.json b/gui/tauri.conf.json
index f61a72c..dc51569 100644
--- a/gui/tauri.conf.json
+++ b/gui/tauri.conf.json
@@ -1,7 +1,7 @@
{
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
"productName": "PathEditor",
- "version": "5.0.0",
+ "version": "5.1.0",
"identifier": "com.liuhangyu.patheditor",
"build": {
"frontendDist": "../dist",
@@ -12,7 +12,7 @@
"app": {
"windows": [
{
- "title": "PathEditor v5.0",
+ "title": "PathEditor v5.1",
"width": 900,
"height": 700,
"minWidth": 800,
diff --git a/package.json b/package.json
index dfee81f..933827a 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "patheditor",
"private": true,
- "version": "5.0.0",
+ "version": "5.1.0",
"type": "module",
"scripts": {
"dev": "vite",