Skip to content

Commit

Permalink
Update version for release (1.2).
Browse files Browse the repository at this point in the history
  • Loading branch information
mysther committed Nov 25, 2020
1 parent 2889e72 commit 2315feb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Scenarios/Out/MergedScenarios.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -313,10 +313,10 @@ MoveAllPlayers:
MouseGetPos, outputX, outputY
ControlClick, % " x"outputX " y"outputY, % "ahk_id "window.hwnd,, left, 2

; Prevent to add sleep after last account
If (A_Index <> nbWindow)
{
Random, rand, % Settings.DelayMoveSpeedBegin, % Settings.DelayMoveSpeedEnd
API.GuiUpdateProgressText("Rand : " rand)
Sleep, % rand
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/gui/gui.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Gui, Font, cBlack s16
Sleep, 500
Gui, Add, Text, w%guiWidth% y10 center, % Settings.TitleApp . A_Space . "v" Settings.version
Gui, Font, s8
Gui, Add, Text, w%guiWidth% y+1 center, % Translate("For") " Dofus Retro 1.31"
Gui, Add, Text, w%guiWidth% y+1 center, % Translate("For") " Dofus Retro 1.33.6"

Gui, Font, s12
Gui, Add, Tab3, w750, % Translate("Windows") "|" Translate("Profiles") "|" Translate("Settings")
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.2
1.2

0 comments on commit 2315feb

Please sign in to comment.