Skip to content

Commit c8bd659

Browse files
committed
chore(release): bump version to 0.8.2
1 parent c323a41 commit c8bd659

File tree

6 files changed

+10
-20
lines changed

6 files changed

+10
-20
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sjmcl",
3-
"version": "0.8.1",
3+
"version": "0.8.2",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "SJMCL"
3-
version = "0.8.1"
3+
version = "0.8.2"
44
description = "A Minecraft launcher from SJMC"
55
authors = ["SJMCL Team"]
66
license = "GNU General Public License v3.0 (with additional terms)"

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
33
"productName": "SJMCL",
4-
"version": "0.8.1",
4+
"version": "0.8.2",
55
"identifier": "SJMCL",
66
"build": {
77
"frontendDist": "../out",

src/locales/zh-Hant.json

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -372,20 +372,6 @@
372372
"ComingSoonSign": {
373373
"text": "該頁面暫未開放,敬請期待"
374374
},
375-
"ContributorsPage": {
376-
"all": "全部開發者名單",
377-
"core": "主要開發者",
378-
"contribution": {
379-
"fullStackDev": "全棧開發",
380-
"frontendDev": "前端開發",
381-
"backendDev": "後端開發",
382-
"externalAPI": "外部服務",
383-
"doc": "文件",
384-
"cicd": "CI / CD",
385-
"design": "視覺設計",
386-
"mascot": "吉祥物"
387-
}
388-
},
389375
"CopyOrMoveModal": {
390376
"modal": {
391377
"header": "複製或移動資源"
@@ -1784,6 +1770,10 @@
17841770
"title": "還原啟動器設定",
17851771
"body": "此操作將會還原啟動器的所有設定為預設值,您確定要繼續嗎?"
17861772
},
1773+
"RestoreInstanceConfigConfirmDialog": {
1774+
"title": "重置例項設定",
1775+
"body": "此操作將會重置本例項的遊戲設定為當前全域性遊戲設定,您確定要繼續嗎?"
1776+
},
17871777
"RevealConfigJsonConfirmDialog": {
17881778
"body": "請謹慎編輯啟動器原始設定檔案,錯誤的格式可能導致原有設定丟失或啟動器無法正常工作"
17891779
},

0 commit comments

Comments
 (0)