更新软件版本号
This commit is contained in:
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "JE-Skin",
|
"name": "JE-Skin",
|
||||||
"version": "0.3.0",
|
"version": "0.3.1",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "JE-Skin",
|
"name": "JE-Skin",
|
||||||
"version": "0.3.0",
|
"version": "0.3.1",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@tauri-apps/api": "^2",
|
"@tauri-apps/api": "^2",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "JE-Skin",
|
"name": "JE-Skin",
|
||||||
"version": "0.3.0",
|
"version": "0.3.1",
|
||||||
"description": "",
|
"description": "",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@@ -9,7 +9,11 @@
|
|||||||
"preview": "vite preview",
|
"preview": "vite preview",
|
||||||
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
|
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
|
||||||
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
|
"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",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
2
src-tauri/Cargo.lock
generated
2
src-tauri/Cargo.lock
generated
@@ -4,7 +4,7 @@ version = 4
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "JE-Skin"
|
name = "JE-Skin"
|
||||||
version = "0.3.0"
|
version = "0.3.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"async-trait",
|
"async-trait",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "JE-Skin"
|
name = "JE-Skin"
|
||||||
version = "0.3.0"
|
version = "0.3.1"
|
||||||
description = "A Tauri App"
|
description = "A Tauri App"
|
||||||
authors = ["you"]
|
authors = ["you"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://schema.tauri.app/config/2",
|
"$schema": "https://schema.tauri.app/config/2",
|
||||||
"productName": "JE-Skin",
|
"productName": "JE-Skin",
|
||||||
"version": "0.3.0",
|
"version": "0.3.1",
|
||||||
"identifier": "com.lenn.tauri-serial",
|
"identifier": "com.lenn.tauri-serial",
|
||||||
"build": {
|
"build": {
|
||||||
"beforeDevCommand": "npm run dev",
|
"beforeDevCommand": "npm run dev",
|
||||||
|
|||||||
@@ -43,7 +43,7 @@
|
|||||||
const copyByLocale: Record<LocaleCode, HudCopy> = {
|
const copyByLocale: Record<LocaleCode, HudCopy> = {
|
||||||
"zh-CN": {
|
"zh-CN": {
|
||||||
appName: "JE-Skin",
|
appName: "JE-Skin",
|
||||||
suiteName: "v0.3.0",
|
suiteName: "v0.3.1",
|
||||||
stageTitle: "WebGL2 主渲染区",
|
stageTitle: "WebGL2 主渲染区",
|
||||||
stageHint: "底图与三维操作将在此区域加载",
|
stageHint: "底图与三维操作将在此区域加载",
|
||||||
configPanelTitle: "参数配置",
|
configPanelTitle: "参数配置",
|
||||||
@@ -102,7 +102,7 @@
|
|||||||
},
|
},
|
||||||
"en-US": {
|
"en-US": {
|
||||||
appName: "JE-Skin",
|
appName: "JE-Skin",
|
||||||
suiteName: "v0.3.0",
|
suiteName: "v0.3.1",
|
||||||
stageTitle: "WebGL2 Main Surface",
|
stageTitle: "WebGL2 Main Surface",
|
||||||
stageHint: "Map texture and 3D interactions will render here",
|
stageHint: "Map texture and 3D interactions will render here",
|
||||||
configPanelTitle: "Config Panel",
|
configPanelTitle: "Config Panel",
|
||||||
|
|||||||
Reference in New Issue
Block a user