diff --git a/composer.json b/composer.json index 211024f..146e8b5 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "lotgd/core", "description": "Core functionality for Legend of the Green Dragon, a text-based RPG game.", "license": "AGPL-3.0", - "version": "0.4.0", + "version": "0.5.0", "autoload": { "psr-4": { "LotGD\\Core\\": "src/", diff --git a/src/Game.php b/src/Game.php index aac4a2d..a1dab1b 100644 --- a/src/Game.php +++ b/src/Game.php @@ -60,7 +60,7 @@ class Game */ public static function getVersion(): string { - return '0.1.0'; + return '0.5.0'; } /**