Skip to content

Commit b044362

Browse files
committed
Bump version to 0.2.0
1 parent 1adb5fa commit b044362

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.1.0');
19+
$application->setVersion('0.2.0');
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.1.0"
11+
!define VERSION "0.2.0"
1212

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

0 commit comments

Comments
 (0)