Skip to content

Commit

Permalink
chore: update tooth.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ShrBox committed Jan 25, 2025
1 parent 7edd917 commit 5b9b83e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/)
and this project adheres to [Semantic Versioning](https://semver.org/).

## [0.9.0] - 2025-01-25

- Support LeviLamina 1.0.0

## [0.9.0-rc.4] - 2025-01-12

- Support LeviLamina 1.0.0-rc.3

[0.9.0]: https://github.com/LiteLDev/LegacyMoney/compare/v0.9.0-rc.4...v0.9.0
[0.9.0-rc.4]: https://github.com/LiteLDev/LegacyMoney/releases/tag/v0.9.0-rc.4
10 changes: 5 additions & 5 deletions tooth.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"format_version": 2,
"tooth": "github.com/LiteLDev/LegacyMoney",
"version": "0.9.0-rc.4",
"version": "0.9.0",
"info": {
"name": "LegacyMoney",
"description": "LLMoney, but adapted to LeviLamina",
"author": "LiteLDev",
"tags": [
"mod",
"levilamina",
"type:mod",
"platform:levilamina",
"library",
"economy"
]
},
"asset_url": "https://github.com/LiteLDev/LegacyMoney/releases/download/v0.9.0-rc.4/LegacyMoney-windows-x64.zip",
"asset_url": "https://github.com/LiteLDev/LegacyMoney/releases/download/v0.9.0/LegacyMoney-windows-x64.zip",
"prerequisites": {
"github.com/LiteLDev/LeviLamina": "1.0.0-rc.3"
"github.com/LiteLDev/LeviLamina": "1.0.x"
},
"files": {
"place": [
Expand Down
4 changes: 2 additions & 2 deletions xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ add_rules("mode.debug", "mode.release")
add_repositories("liteldev-repo https://github.com/LiteLDev/xmake-repo.git")

if is_config("target_type", "server") then
add_requires("levilamina 1.0.0-rc.3", {configs = {target_type = "server"}})
add_requires("levilamina 1.0.0", {configs = {target_type = "server"}})
else
add_requires("levilamina 1.0.0-rc.3", {configs = {target_type = "client"}})
add_requires("levilamina 1.0.0", {configs = {target_type = "client"}})
end

add_requires("levibuildscript")
Expand Down

0 comments on commit 5b9b83e

Please sign in to comment.