Skip to content

Commit

Permalink
Raise version to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Meigyoku-Thmn committed Apr 16, 2023
1 parent 416afbb commit 2e2be9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Common/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "thmousex",
"version": "2.0.0",
"version": "2.0.1",
"dependencies": [
"luajit",
"minhook"
Expand Down
2 changes: 1 addition & 1 deletion ThMouseX/ThMouseX.rc
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ CAPTION "About ThMouseX"
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
ICON IDI_THMOUSEX,IDC_STATIC,14,14,20,20
LTEXT "ThMouseX Version 2.0 by Meigyoku Thmn\nA fork from ThMouse Version 0.31 of HWei",IDC_STATIC,42,14,164,19,SS_NOPREFIX
LTEXT "ThMouseX Version 2.0.1 by Meigyoku Thmn\nA fork from ThMouse Version 0.31 of HWei",IDC_STATIC,42,14,164,19,SS_NOPREFIX
LTEXT "How to use:\nRun a game. If it is supported by ThMouseX, a cross cursor will show.\n\nMouse move = move\nMouse left button = bomb\nMouse right button = turn on/off mouse control.",IDC_STATIC,7,42,199,93
DEFPUSHBUTTON "OK",IDOK,156,106,50,14,WS_GROUP
PUSHBUTTON "Quit",IDC_ExitButton,156,121,50,14
Expand Down

0 comments on commit 2e2be9c

Please sign in to comment.