Skip to content

Commit

Permalink
chore: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
KobeBryant114514 committed Jun 4, 2024
1 parent b6c99dd commit de66e01
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "${pluginName}",
"entry": "${pluginFile}",
"version": "0.12.7",
"version": "0.12.8",
"author": "GroupMountain",
"type": "native",
"dependencies": [
Expand Down
2 changes: 1 addition & 1 deletion src/CompatibilityApi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -676,6 +676,6 @@ void Export_Compatibility_API() {
if (auto block = Block::tryGetFromRegistry(blockName)) {
return block->buildDescriptionId();
}
return blockName;
return "tile.unknown.name";
});
}
2 changes: 1 addition & 1 deletion src/Global.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ using namespace Mod;

#define LIB_VERSION_MAJOR 0
#define LIB_VERSION_MINOR 12
#define LIB_VERSION_PATCH 7
#define LIB_VERSION_PATCH 8

#define LIB_VERSION Version(LIB_VERSION_MAJOR, LIB_VERSION_MINOR, LIB_VERSION_PATCH)

Expand Down
6 changes: 3 additions & 3 deletions tooth.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"format_version": 2,
"tooth": "github.com/GroupMountain/GMLIB-LegacyRemoteCallApi",
"version": "0.12.7",
"version": "0.12.8",
"info": {
"name": "GMLIB-LegacyRemoteCallApi",
"description": "Legacy RemoteCall API for GMLIB",
Expand All @@ -14,9 +14,9 @@
"library"
]
},
"asset_url": "https://github.com/GroupMountain/GMLIB-LegacyRemoteCallApi/releases/download/v0.12.7/GMLIB-LegacyRemoteCallApi-windows-x64.zip",
"asset_url": "https://github.com/GroupMountain/GMLIB-LegacyRemoteCallApi/releases/download/v0.12.8/GMLIB-LegacyRemoteCallApi-windows-x64.zip",
"dependencies": {
"github.com/GroupMountain/GMLIB": ">=0.12.7"
"github.com/GroupMountain/GMLIB": ">=0.12.8"
},
"files": {
"place": [
Expand Down

0 comments on commit de66e01

Please sign in to comment.