Skip to content

Commit 2c1ad3f

Browse files
committed
feat: update version
1 parent 8aecdac commit 2c1ad3f

6 files changed

Lines changed: 14 additions & 7 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.3.0] - 2025-11-07
11+
12+
### Changed
13+
14+
- Adapted LeviLamina 1.7.x and BDS 1.21.120 @zimuya4153
15+
1016
## [0.2.1] - 2025-10-23
1117

1218
### Fixed
@@ -37,7 +43,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3743

3844
[#1]: http://github.com/GroupMountain/ModAPI-Release/issues/1
3945

40-
[Unreleased]: http://github.com/GroupMountain/ModAPI-Release/compare/v0.2.1...HEAD
46+
[Unreleased]: http://github.com/GroupMountain/ModAPI-Release/compare/v0.3.0...HEAD
47+
[0.3.0]: http://github.com/GroupMountain/ModAPI-Release/compare/v0.2.1...v0.3.0
4148
[0.2.1]: http://github.com/GroupMountain/ModAPI-Release/compare/v0.2.0...v0.2.1
4249
[0.2.0]: http://github.com/GroupMountain/ModAPI-Release/compare/v0.1.1...v0.2.0
4350
[0.1.1]: http://github.com/GroupMountain/ModAPI-Release/compare/v0.1.0...v0.1.1

bin/dll/ModAPI/ModAPI.dll

0 Bytes
Binary file not shown.

bin/dll/ModAPI/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
"name": "ModAPI",
66
"passive": true,
77
"type": "native",
8-
"version": "0.2.1+405465a"
8+
"version": "0.3.0+ee405bd"
99
}

bin/sdk/include/modapi/Version.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
// clang-format off
44
#define MODAPI_VERSION_MAJOR 0
5-
#define MODAPI_VERSION_MINOR 2
6-
#define MODAPI_VERSION_PATCH 1
5+
#define MODAPI_VERSION_MINOR 3
6+
#define MODAPI_VERSION_PATCH 0
77
/* #undef MODAPI_VERSION_PRERELEASE */
8-
#define MODAPI_VERSION_COMMIT_SHA 405465a
8+
#define MODAPI_VERSION_COMMIT_SHA ee405bd
99
// clang-format on
1010

1111
#define MODAPI_VERSION_TO_STRING_INNER(ver) #ver

bin/sdk/lib/ModAPI.lib

0 Bytes
Binary file not shown.

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/GroupMountain/ModAPI-Release",
5-
"version": "0.2.1",
5+
"version": "0.3.0",
66
"info": {
77
"name": "ModAPI",
88
"description": "Group Mountain Mod Api",
@@ -18,7 +18,7 @@
1818
{
1919
"platform": "win-x64",
2020
"dependencies": {
21-
"github.com/LiteLDev/LeviLamina": ">=1.6.0"
21+
"github.com/LiteLDev/LeviLamina": ">=1.7.0"
2222
},
2323
"assets": [
2424
{

0 commit comments

Comments
 (0)