Skip to content

Commit 6a9caa8

Browse files
committed
set version 0.4.2
1 parent c9dbb77 commit 6a9caa8

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

README.BBCode

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
[size=14pt][b]AGS Toolbox🧰[/b][/size] [color=gray][b]version 0.4.1 [/b][/color]
1+
[size=14pt][b]AGS Toolbox🧰[/b][/size] [color=gray][b]version 0.4.2 [/b][/color]
22

3-
[url="https://github.com/ericoporto/agstoolbox/releases/download/0.4.1/agstoolbox.exe"]Get Latest Release [b]agstoolbox.exe[/b][/url] | [url="https://github.com/ericoporto/agstoolbox/releases/download/0.4.1/atbx.exe"]companion [b]atbx.exe[/b][/url] | [url="https://github.com/ericoporto/agstoolbox"]GitHub Repo[/url]
3+
[url="https://github.com/ericoporto/agstoolbox/releases/download/0.4.2/agstoolbox.exe"]Get Latest Release [b]agstoolbox.exe[/b][/url] | [url="https://github.com/ericoporto/agstoolbox/releases/download/0.4.2/atbx.exe"]companion [b]atbx.exe[/b][/url] | [url="https://github.com/ericoporto/agstoolbox"]GitHub Repo[/url]
44

5-
[img]https://img.shields.io/pypi/pyversions/agstoolbox[/img] [url="https://pypi.org/project/agstoolbox/"][img]https://img.shields.io/pypi/v/agstoolbox[/img][/url] [url="https://github.com/ericoporto/agstoolbox"][img]https://img.shields.io/github/release-date/ericoporto/agstoolbox?color=blue&label=%F0%9F%93%85[/img][/url]
5+
[img]https://img.shields.io/pypi/pyversions/agstoolbox[/img] [url="https://pypi.org/project/agstoolbox/"][img]https://img.shields.io/pypi/v/agstoolbox[/img][/url] [url="https://github.com/ericoporto/agstoolbox"][img]https://img.shields.io/github/release-date/ericoporto/agstoolbox?color=blue&label=%F0%9F%93%85[/img][/url]
66

77
Hi, I made something intended for those that deal with [b]multiple versions of AGS Editors and multiple AGS Game Projects[/b]. Place the agstoolbox.exe in a folder under your user, like "[font=Courier New]C:\Users\MY_USER\software[/font]", before you run it.
88

agstoolbox_version_info.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ VSVersionInfo(
66
ffi=FixedFileInfo(
77
# filevers and prodvers should be always a tuple with four items: (1, 2, 3, 4)
88
# Set not needed items to zero 0.
9-
filevers=(0, 4, 1, 0),
10-
prodvers=(0, 4, 1, 0),
9+
filevers=(0, 4, 2, 0),
10+
prodvers=(0, 4, 2, 0),
1111
# Contains a bitmask that specifies the valid bits 'flags'r
1212
mask=0x3f,
1313
# Contains a bitmask that specifies the Boolean attributes of the file.
@@ -31,12 +31,12 @@ VSVersionInfo(
3131
'040904B0',
3232
[StringStruct('CompanyName', 'eri0o'),
3333
StringStruct('FileDescription', 'AGS Toolbox Utility'),
34-
StringStruct('FileVersion', '0.4.1.0'),
34+
StringStruct('FileVersion', '0.4.2.0'),
3535
StringStruct('InternalName', 'cmd'),
3636
StringStruct('LegalCopyright', '© eri0o. All rights reserved.'),
3737
StringStruct('OriginalFilename', 'agstoolbox.exe'),
3838
StringStruct('ProductName', 'AGS Toolbox'),
39-
StringStruct('ProductVersion', '0.4.1.0')])
39+
StringStruct('ProductVersion', '0.4.2.0')])
4040
]),
4141
VarFileInfo([VarStruct('Translation', [1033, 1200])])
4242
]

atbx_version_info.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ VSVersionInfo(
66
ffi=FixedFileInfo(
77
# filevers and prodvers should be always a tuple with four items: (1, 2, 3, 4)
88
# Set not needed items to zero 0.
9-
filevers=(0, 4, 1, 0),
10-
prodvers=(0, 4, 1, 0),
9+
filevers=(0, 4, 2, 0),
10+
prodvers=(0, 4, 2, 0),
1111
# Contains a bitmask that specifies the valid bits 'flags'r
1212
mask=0x3f,
1313
# Contains a bitmask that specifies the Boolean attributes of the file.
@@ -31,12 +31,12 @@ VSVersionInfo(
3131
'040904B0',
3232
[StringStruct('CompanyName', 'eri0o'),
3333
StringStruct('FileDescription', 'ATBX AGS Toolbox Command Line Utility'),
34-
StringStruct('FileVersion', '0.4.1.0'),
34+
StringStruct('FileVersion', '0.4.2.0'),
3535
StringStruct('InternalName', 'cmd'),
3636
StringStruct('LegalCopyright', '© eri0o. All rights reserved.'),
3737
StringStruct('OriginalFilename', 'atbx.exe'),
3838
StringStruct('ProductName', 'AGS Toolbox'),
39-
StringStruct('ProductVersion', '0.4.1.0')])
39+
StringStruct('ProductVersion', '0.4.2.0')])
4040
]),
4141
VarFileInfo([VarStruct('Translation', [1033, 1200])])
4242
]

src/agstoolbox/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
__author__ = 'Érico Vieira Porto'
66
__license__ = 'MIT'
77
__copyright__ = 'Copyright 2023 Erico Vieira Porto'
8-
__version__ = '0.4.1'
8+
__version__ = '0.4.2'

0 commit comments

Comments
 (0)