diff --git a/composer.json b/composer.json index 976fae4..05abe94 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "nixius/simple-glitchtip-c5", "description": "A simple integration for GlitchTip", - "version": "0.0.5", + "version": "0.0.1", "type": "library", "autoload": { "psr-4": { diff --git a/simple-glitchtip.php b/simple-glitchtip.php index f7fceb7..ed0d554 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 = '0.0.5'; + protected $pkgVersion = '0.0.1'; protected $pkgName = 'SimpleGlitchtip Error Reporter'; protected $pkgDescription = 'Reports errors to Sentry/GlitchTip using the GLITCHTIP_DSN environment variable.';