更新软件版本号

This commit is contained in:
lenn
2026-04-15 09:44:54 +08:00
parent d1c9be56ec
commit d4e1da6219
6 changed files with 13 additions and 9 deletions

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "JE-Skin",
"version": "0.3.0",
"version": "0.3.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "JE-Skin",
"version": "0.3.0",
"version": "0.3.1",
"license": "MIT",
"dependencies": {
"@tauri-apps/api": "^2",

View File

@@ -1,6 +1,6 @@
{
"name": "JE-Skin",
"version": "0.3.0",
"version": "0.3.1",
"description": "",
"type": "module",
"scripts": {
@@ -9,7 +9,11 @@
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"tauri": "tauri"
"tauri": "tauri",
"version:set": "node scripts/bump-version.mjs",
"version:patch": "node scripts/bump-version.mjs patch",
"version:minor": "node scripts/bump-version.mjs minor",
"version:major": "node scripts/bump-version.mjs major"
},
"license": "MIT",
"dependencies": {

2
src-tauri/Cargo.lock generated
View File

@@ -4,7 +4,7 @@ version = 4
[[package]]
name = "JE-Skin"
version = "0.3.0"
version = "0.3.1"
dependencies = [
"anyhow",
"async-trait",

View File

@@ -1,6 +1,6 @@
[package]
name = "JE-Skin"
version = "0.3.0"
version = "0.3.1"
description = "A Tauri App"
authors = ["you"]
edition = "2021"

View File

@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "JE-Skin",
"version": "0.3.0",
"version": "0.3.1",
"identifier": "com.lenn.tauri-serial",
"build": {
"beforeDevCommand": "npm run dev",

View File

@@ -43,7 +43,7 @@
const copyByLocale: Record<LocaleCode, HudCopy> = {
"zh-CN": {
appName: "JE-Skin",
suiteName: "v0.3.0",
suiteName: "v0.3.1",
stageTitle: "WebGL2 主渲染区",
stageHint: "底图与三维操作将在此区域加载",
configPanelTitle: "参数配置",
@@ -102,7 +102,7 @@
},
"en-US": {
appName: "JE-Skin",
suiteName: "v0.3.0",
suiteName: "v0.3.1",
stageTitle: "WebGL2 Main Surface",
stageHint: "Map texture and 3D interactions will render here",
configPanelTitle: "Config Panel",