Skip to content

Commit e9a9769

Browse files
committed
Actual version bump to 0.2.2-alpha
1 parent 2e75b4b commit e9a9769

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
/** @var Application $application */
1717
$application = $container->get(Application::class);
1818
$application->setName('GameMakerHub Catalyst');
19-
$application->setVersion('0.2.1-alpha');
19+
$application->setVersion('0.2.2-alpha');
2020
$application->run();

installer.nsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
;Properly display all languages
99
Unicode true
1010

11-
!define VERSION "0.2.1-alpha"
11+
!define VERSION "0.2.2-alpha"
1212

1313
;Define name of the product
1414
!define PRODUCT "Game Maker Hub Catalyst ${VERSION}"

0 commit comments

Comments
 (0)