Skip to content

Commit

Permalink
chore: update tooth.json & changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ShrBox committed Mar 31, 2024
1 parent be0d36b commit 5df5cb6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 12 deletions.
15 changes: 5 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.10.4] - 2024-03-31

### Added

- Complete `DividedPos2d`
- Add memory operator detect
- Add optional to form result and add cancel result

Expand All @@ -18,20 +21,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

- Fix Dimension, BiomeSource, Generator vtable
- Fix uname enum bugs
- Fix allocator bugs
- Fix plugin ptr bugs
- Fix soft enum register

## [0.10.3] - 2024-03-31

### Added

- Complete `DividedPos2d`

### Fixed

- Fix Dimension, BiomeSource, Generator vtable
- Fix send packet

## [0.10.2] - 2024-03-28

Expand Down
4 changes: 2 additions & 2 deletions tooth.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"format_version": 2,
"tooth": "github.com/LiteLDev/LeviLamina",
"version": "0.10.3",
"version": "0.10.4",
"info": {
"name": "LeviLamina",
"description": "A lightweight, modular and versatile plugin loader for Minecraft Bedrock Server BDS, formerly known as LiteLoaderBDS",
"author": "LiteLDev",
"tags": []
},
"asset_url": "https://github.com/LiteLDev/LeviLamina/releases/download/v0.10.3/levilamina-release-windows-x64.zip",
"asset_url": "https://github.com/LiteLDev/LeviLamina/releases/download/v0.10.4/levilamina-release-windows-x64.zip",
"dependencies": {
"github.com/LiteLDev/bds": "1.20.72",
"github.com/LiteLDev/CrashLogger": "1.1.x",
Expand Down

0 comments on commit 5df5cb6

Please sign in to comment.