diff --git a/manifest.json b/manifest.json index be690ee..7cccb26 100644 --- a/manifest.json +++ b/manifest.json @@ -1,4 +1,10 @@ [ + { + "name": "magedbm2.phar", + "sha1": "093C4EA219F56BA2A7E8ADC27602AB1EDB1BE848", + "url": "https://github.com/space48/magedbm2/releases/download/6.0.1/magedbm2.phar", + "version": "6.0.1" + }, { "name": "magedbm2.phar", "sha1": "BF0743FE992E3477EC96B1CCB5BBB31EC6DCB52C", diff --git a/src/Application.php b/src/Application.php index f4c7eb3..cbfb938 100644 --- a/src/Application.php +++ b/src/Application.php @@ -29,7 +29,7 @@ class Application extends \Symfony\Component\Console\Application { public const APP_NAME = "magedbm2"; - public const APP_VERSION = "3.0.1"; + public const APP_VERSION = "6.0.1"; /** @var ClassLoader $autoloader */ protected $autoloader;