Skip to content

Commit

Permalink
update: 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
KobeBryant114514 committed Jan 20, 2024
1 parent fe62090 commit a365e4b
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 5 deletions.
Binary file modified GMLIB/GMLIB.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion GMLIB/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"type": "native",
"author": "GroupMountain",
"description": "Group Mountain Library",
"version": "0.5.0"
"version": "0.5.2"
}
4 changes: 3 additions & 1 deletion include/GMLIB/Files/ResourceLanguage.h
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
#pragma once
#include "GMLIB/GMLIB.h"
#include "GMLIB/GMLIB.h"

// todo
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"type": "native",
"author": "GroupMountain",
"description": "Group Mountain Library",
"version": "0.5.1"
"version": "0.5.2"
}
2 changes: 1 addition & 1 deletion src/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

#define LIB_VERSION_MAJOR 0
#define LIB_VERSION_MINOR 5
#define LIB_VERSION_REVISION 1
#define LIB_VERSION_REVISION 2
#define LIB_VERSION_PRERELEASE ""
#define LIB_VERSION_BUILD_META ""

Expand Down
2 changes: 1 addition & 1 deletion tooth.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"format_version": 2,
"tooth": "github.com/GroupMountain/GMLIB",
"version": "0.5.1",
"version": "0.5.2",
"info": {
"name": "GMLIB",
"description": "Group Mountain Library",
Expand Down

0 comments on commit a365e4b

Please sign in to comment.