mirror of
https://github.com/LHY0125/PathEditor.git
synced 2026-06-29 01:45:54 +08:00
chore: 版本号统一升级至 4.3.0
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img src="https://img.shields.io/badge/version-4.2.0-blue" alt="version">
|
<img src="https://img.shields.io/badge/version-4.3.0-blue" alt="version">
|
||||||
<img src="https://img.shields.io/badge/tauri-2.x-ffa03a" alt="tauri">
|
<img src="https://img.shields.io/badge/tauri-2.x-ffa03a" alt="tauri">
|
||||||
<img src="https://img.shields.io/badge/react-19-61dafb" alt="react">
|
<img src="https://img.shields.io/badge/react-19-61dafb" alt="react">
|
||||||
<img src="https://img.shields.io/badge/rust-1.95-000000" alt="rust">
|
<img src="https://img.shields.io/badge/rust-1.95-000000" alt="rust">
|
||||||
|
|||||||
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "patheditor",
|
"name": "patheditor",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "4.2.0",
|
"version": "4.3.0",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "patheditor"
|
name = "patheditor"
|
||||||
version = "4.2.0"
|
version = "4.3.0"
|
||||||
description = "Windows PATH Environment Variable Editor"
|
description = "Windows PATH Environment Variable Editor"
|
||||||
authors = ["刘航宇"]
|
authors = ["刘航宇"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
|
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
|
||||||
"productName": "PathEditor",
|
"productName": "PathEditor",
|
||||||
"version": "4.2.0",
|
"version": "4.3.0",
|
||||||
"identifier": "com.liuhangyu.patheditor",
|
"identifier": "com.liuhangyu.patheditor",
|
||||||
"build": {
|
"build": {
|
||||||
"frontendDist": "../dist",
|
"frontendDist": "../dist",
|
||||||
@@ -12,7 +12,7 @@
|
|||||||
"app": {
|
"app": {
|
||||||
"windows": [
|
"windows": [
|
||||||
{
|
{
|
||||||
"title": "PathEditor v4.2",
|
"title": "PathEditor v4.3",
|
||||||
"width": 900,
|
"width": 900,
|
||||||
"height": 700,
|
"height": 700,
|
||||||
"minWidth": 800,
|
"minWidth": 800,
|
||||||
|
|||||||
Reference in New Issue
Block a user