diff --git a/composer.json b/composer.json index a924a2c..976fae4 100644 --- a/composer.json +++ b/composer.json @@ -1,11 +1,11 @@ { "name": "nixius/simple-glitchtip-c5", "description": "A simple integration for GlitchTip", - "version": "0.0.1", + "version": "0.0.5", "type": "library", "autoload": { "psr-4": { "Nixius\\SimpleGlitchtip\\": "/" } } -} \ No newline at end of file +} diff --git a/simple-glitchtip.php b/simple-glitchtip.php index 74206fb..f7fceb7 100644 --- a/simple-glitchtip.php +++ b/simple-glitchtip.php @@ -11,7 +11,7 @@ class Controller extends Package { protected $pkgHandle = 'simple_glitchtip'; protected $appVersionRequired = '9.0.0'; - protected $pkgVersion = '1.0.0'; + protected $pkgVersion = '0.0.5'; protected $pkgName = 'SimpleGlitchtip Error Reporter'; protected $pkgDescription = 'Reports errors to Sentry/GlitchTip using the GLITCHTIP_DSN environment variable.'; @@ -81,4 +81,4 @@ class Controller extends Package } }); } -} \ No newline at end of file +}