Skip to content

Commit de01f52

Browse files
author
MonkeyHunter
committed
* v8.1.9 **
* Fixed Icon File
1 parent 459d581 commit de01f52

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

CHANGELOG

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
* v8.1.8
1+
* v8.1.9 **
2+
* Fixed Icon File
3+
4+
* v8.1.8 **
25
* Improved Shield Time OCR (Partially Hidden "M" is now read).
36
* Improved Donate System (Requests with Pictures).
47
* Updated Close While Training/Without Shield Option.

MyBot.run.version.au3

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
#Au3Stripper_Off
1515
#pragma compile(Icon, "Images\MyBot.ico")
1616
#pragma compile(FileDescription, Clash of Clans Bot - A Free Clash of Clans bot - https://mybot.run)
17-
#pragma compile(ProductVersion, 8.1.8)
18-
#pragma compile(FileVersion, 8.1.8)
17+
#pragma compile(ProductVersion, 8.1.9)
18+
#pragma compile(FileVersion, 8.1.9)
1919
#pragma compile(LegalCopyright, © https://mybot.run)
2020
#Au3Stripper_On
2121

22-
Global $g_sBotVersion = "v8.1.8" ;~ Don't add more here, but below. Version can't be longer than vX.y.z because it is also used in Checkversion()
22+
Global $g_sBotVersion = "v8.1.9" ;~ Don't add more here, but below. Version can't be longer than vX.y.z because it is also used in Checkversion()
2323

0 commit comments

Comments
 (0)