Skip to content

Commit 73721ef

Browse files
committed
chore: update xmake.lua
1 parent 0de1c99 commit 73721ef

3 files changed

Lines changed: 11 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.11.0] - 2025-09-23
9+
10+
### Changed
11+
12+
- Supported LeviLamina 1.5.0
13+
814
## [0.10.1] - 2025-07-18
915

1016
### Fixed
@@ -136,6 +142,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
136142

137143
- First release
138144

145+
[0.11.0]: https://github.com/ShrBox/BackupHelper/compare/v0.10.1...v0.11.0
139146
[0.10.1]: https://github.com/ShrBox/BackupHelper/compare/v0.10.0...v0.10.1
140147
[0.10.0]: https://github.com/ShrBox/BackupHelper/compare/v0.9.1...v0.10.0
141148
[0.9.1]: https://github.com/ShrBox/BackupHelper/compare/v0.8.2...v0.9.1

tooth.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"format_version": 3,
33
"format_uuid": "289f771f-2c9a-4d73-9f3f-8492495a924d",
44
"tooth": "github.com/ShrBox/BackupHelper",
5-
"version": "0.10.1",
5+
"version": "0.11.0",
66
"info": {
77
"name": "BackupHelper",
88
"description": "A LeviLamina plugin which is port from LiteLoaderBDS to help you backup more easily",
@@ -17,7 +17,7 @@
1717
"platform": "win-x64",
1818
"dependencies": {
1919
"git.levimc.org/ShrBox/7-zip": "24.*",
20-
"github.com/LiteLDev/LeviLamina": "1.4.*"
20+
"github.com/LiteLDev/LeviLamina": "1.5.*"
2121
},
2222
"assets": [
2323
{

xmake.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ add_rules("mode.debug", "mode.release")
33
add_repositories("liteldev-repo https://github.com/LiteLDev/xmake-repo.git")
44

55
if is_config("target_type", "server") then
6-
add_requires("levilamina 1.4.0", {configs = {target_type = "server"}})
6+
add_requires("levilamina 1.5.0", {configs = {target_type = "server"}})
77
else
8-
add_requires("levilamina 1.4.0", {configs = {target_type = "client"}})
8+
add_requires("levilamina 1.5.0", {configs = {target_type = "client"}})
99
end
1010

1111
add_requires("levibuildscript", "simpleini")

0 commit comments

Comments
 (0)