Skip to content

Commit e3f14d2

Browse files
committed
change displayed version to 1.2.4
1 parent 6ee86f4 commit e3f14d2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name='BetterDiscordAutoInstaller',
8-
version='1.2.3',
8+
version='1.2.4',
99
description='',
1010
executables=[Executable('main.py'), Executable('startup_manager.py')], # , base=base
1111
)

startup_manager.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
link_target = os.path.join(link_working_directory, 'main.exe')
2525
link_arguments = ''
2626

27-
print('BetterDiscordAutoInstaller v1.2.3 (startup_manager)')
27+
print('BetterDiscordAutoInstaller v1.2.4 (startup_manager)')
2828

2929
while True:
3030
command = input(
@@ -40,7 +40,7 @@
4040
link.path = link_target
4141
link.arguments = link_arguments
4242
link.working_directory = link_working_directory
43-
link.description = 'BetterDiscordAutoInstaller v1.2.3'
43+
link.description = 'BetterDiscordAutoInstaller v1.2.4'
4444

4545
print('\n.lnk file of the BetterDiscordAutoInstaller was added to startup.\n')
4646
case '2':

0 commit comments

Comments
 (0)