We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e75b4b commit e9a9769Copy full SHA for e9a9769
index.php
@@ -16,5 +16,5 @@
16
/** @var Application $application */
17
$application = $container->get(Application::class);
18
$application->setName('GameMakerHub Catalyst');
19
-$application->setVersion('0.2.1-alpha');
+$application->setVersion('0.2.2-alpha');
20
$application->run();
installer.nsi
@@ -8,7 +8,7 @@
8
;Properly display all languages
9
Unicode true
10
11
- !define VERSION "0.2.1-alpha"
+ !define VERSION "0.2.2-alpha"
12
13
;Define name of the product
14
!define PRODUCT "Game Maker Hub Catalyst ${VERSION}"
0 commit comments