From e0e3c802dd2aca596927db3268f8a75410988c45 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=88=98=E8=88=AA=E5=AE=87?= <3364451258@qq.com>
Date: Sat, 30 May 2026 17:33:41 +0800
Subject: [PATCH] chore: bump version to 5.1.0
Cargo.toml / package.json / tauri.conf.json / README badge
Co-Authored-By: Claude Opus 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",