Skip to content

Commit 579c457

Browse files
committed
chore: fix tooth.json
1 parent a182caa commit 579c457

2 files changed

Lines changed: 11 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.12.1] - 2026-01-26
11+
12+
### Fixed
13+
14+
- Fixed download link in tooth.json
15+
1016
## [0.12.0] - 2026-01-25
1117

1218
### Added
@@ -183,7 +189,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
183189

184190
- Fixed some bugs
185191

186-
[Unreleased]: https://github.com/LiteLDev/LeviOptimize/compare/v0.12.0...HEAD
192+
[Unreleased]: https://github.com/LiteLDev/LeviOptimize/compare/v0.12.1...HEAD
193+
[0.12.1]: https://github.com/LiteLDev/LeviOptimize/compare/v0.12.0...v0.12.1
187194
[0.12.0]: https://github.com/LiteLDev/LeviOptimize/compare/v0.11.0...v0.12.0
188195
[0.11.0]: https://github.com/LiteLDev/LeviOptimize/compare/v0.10.0...v0.11.0
189196
[0.10.0]: https://github.com/LiteLDev/LeviOptimize/compare/v0.9.0...v0.10.0

tooth.json

Lines changed: 3 additions & 3 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/LiteLDev/LeviOptimize",
5-
"version": "0.12.0",
5+
"version": "0.12.1",
66
"info": {
77
"name": "LeviOptimize",
88
"description": "A performance optimization mod for Minecraft Bedrock Server",
@@ -22,7 +22,7 @@
2222
{
2323
"type": "zip",
2424
"urls": [
25-
"https://{{tooth}}/releases/download/v{{version}}/LeviOptimize-windows-x64.zip"
25+
"https://{{tooth}}/releases/download/v{{version}}/LeviOptimize-server-windows-x64.zip"
2626
],
2727
"placements": [
2828
{
@@ -44,7 +44,7 @@
4444
{
4545
"type": "zip",
4646
"urls": [
47-
"https://{{tooth}}/releases/download/v{{version}}/LeviOptimize-windows-x64.zip"
47+
"https://{{tooth}}/releases/download/v{{version}}/LeviOptimize-client-windows-x64.zip"
4848
],
4949
"placements": [
5050
{

0 commit comments

Comments
 (0)