Skip to content

Commit 87dc3f9

Browse files
committed
fix: Correct version to 1.2.5.1 (pre-release)
1 parent 0388207 commit 87dc3f9

4 files changed

Lines changed: 11 additions & 6 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ jobs:
3636
python -m pip install --upgrade pip
3737
pip install -r requirements.txt
3838
39+
- name: Install PyMeow
40+
run: |
41+
curl -LO https://github.com/qb-0/pyMeow/releases/download/1.73.42/pyMeow-1.73.42.zip
42+
pip install pyMeow-1.73.42.zip
43+
3944
- name: Install PyInstaller
4045
run: pip install pyinstaller
4146

ChangeLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
- Fixed a bug with the **"Start Client"** and **"Stop Client"** buttons.
1313
- Fixed a bug where `None` values were added to detailed logging.
1414

15-
![Downloads](https://img.shields.io/github/downloads/Jesewe/VioletWing/v1.2.6/total?style=for-the-badge&logo=github&color=D5006D) ![Platforms](https://img.shields.io/badge/platform-Windows-blue?style=for-the-badge&color=D5006D) ![License](https://img.shields.io/github/license/jesewe/cs2-triggerbot?style=for-the-badge&color=D5006D)
15+
![Downloads](https://img.shields.io/github/downloads/Jesewe/VioletWing/v1.2.5.1/total?style=for-the-badge&logo=github&color=D5006D) ![Platforms](https://img.shields.io/badge/platform-Windows-blue?style=for-the-badge&color=D5006D) ![License](https://img.shields.io/github/license/jesewe/cs2-triggerbot?style=for-the-badge&color=D5006D)

classes/config_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class ConfigManager:
1414
with caching for efficiency and default configuration management.
1515
"""
1616
# Application version
17-
VERSION = "v1.2.5"
17+
VERSION = "v1.2.5.1"
1818
# Directory where the update files are stored
1919
UPDATE_DIRECTORY = os.path.expanduser(r'~\AppData\Local\Requests\ItsJesewe\Update')
2020
# Directory where the configuration file is stored

version.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
VSVersionInfo(
55
ffi=FixedFileInfo(
6-
filevers=(1, 2, 6, 0),
7-
prodvers=(1, 2, 6, 0),
6+
filevers=(1, 2, 5, 1),
7+
prodvers=(1, 2, 5, 1),
88
mask=0x3f,
99
flags=0x0,
1010
OS=0x4,
@@ -20,12 +20,12 @@ VSVersionInfo(
2020
[
2121
StringStruct(u'CompanyName', u'Jesewe'),
2222
StringStruct(u'FileDescription', u'VioletWing with Trigger, Overlay, Bunnyhop, and NoFlash features'),
23-
StringStruct(u'FileVersion', u'1.2.6.0'),
23+
StringStruct(u'FileVersion', u'1.2.5.1'),
2424
StringStruct(u'InternalName', u'VioletWing'),
2525
StringStruct(u'LegalCopyright', u'© 2025 Jesewe. Licensed under GPL-3.0 license'),
2626
StringStruct(u'OriginalFilename', u'VioletWing.exe'),
2727
StringStruct(u'ProductName', u'VioletWing'),
28-
StringStruct(u'ProductVersion', u'1.2.6.0'),
28+
StringStruct(u'ProductVersion', u'1.2.5.1'),
2929
StringStruct(u'Comments', u'A tool for Counter-Strike 2 with automated aiming, ESP, bunnyhop, and noflash features. For educational purposes only.'),
3030
StringStruct(u'LegalTrademarks', u'All trademarks are property of their respective owners.'),
3131
]

0 commit comments

Comments
 (0)