We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1adb5fa commit b044362Copy full SHA for b044362
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.1.0');
+$application->setVersion('0.2.0');
20
$application->run();
installer.nsi
@@ -8,7 +8,7 @@
8
;Properly display all languages
9
Unicode true
10
11
- !define VERSION "0.1.0"
+ !define VERSION "0.2.0"
12
13
;Define name of the product
14
!define PRODUCT "Game Maker Hub Catalyst ${VERSION}"
0 commit comments