diff options
| author | 2026-01-14 12:15:26 +0800 | |
|---|---|---|
| committer | 2026-01-14 12:15:26 +0800 | |
| commit | e8e139c07d05e2f29f04906019dff5f3c520f8cc (patch) | |
| tree | b9d80ebf7e4a9a4bd546b2815c03e70946160424 | |
| parent | d11e3d6f4f05a150fa285d974d9836b972fd0ed5 (diff) | |
| parent | 9acb4648b5c14f32b150a18ea21711056f415533 (diff) | |
| download | DropOut-e8e139c07d05e2f29f04906019dff5f3c520f8cc.tar.gz DropOut-e8e139c07d05e2f29f04906019dff5f3c520f8cc.zip | |
Merge pull request #14 from HsiangNianian/devv0.1.13
| -rw-r--r-- | src-tauri/Cargo.toml | 2 | ||||
| -rw-r--r-- | src-tauri/tauri.conf.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 42fc159..c75437e 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dropout" -version = "0.1.12" +version = "0.1.13" edition = "2021" authors = ["HsiangNianian"] description = "The DropOut Minecraft Game Launcher" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index e5fda06..1087383 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,6 +1,6 @@ { "productName": "dropout", - "version": "0.1.12", + "version": "0.1.13", "identifier": "com.dropout.launcher", "build": { "beforeDevCommand": "pnpm -C ../ui dev", |