Skip to content

Commit

Permalink
chore: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
KobeBryant114514 committed Apr 29, 2024
1 parent 6e5ecd3 commit 99d04c7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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.12.1"
"version": "0.12.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 12
#define LIB_VERSION_REVISION 1
#define LIB_VERSION_REVISION 2
#define LIB_VERSION_PRERELEASE ""
#define LIB_VERSION_BUILD_META ""

Expand Down
4 changes: 2 additions & 2 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",
"version": "0.12.1",
"version": "0.12.2",
"info": {
"name": "GMLIB",
"description": "Group Mountain Library",
Expand All @@ -13,7 +13,7 @@
"library"
]
},
"asset_url": "https://github.com/GroupMountain/GMLIB/releases/download/v0.12.1/GMLIB-windows-x64.zip",
"asset_url": "https://github.com/GroupMountain/GMLIB/releases/download/v0.12.2/GMLIB-windows-x64.zip",
"prerequisites": {
"github.com/LiteLDev/LeviLamina": "0.12.x"
},
Expand Down

0 comments on commit 99d04c7

Please sign in to comment.