From 42b088663b9f1eccb7d1f4971d48d6d096f80606 Mon Sep 17 00:00:00 2001 From: Leopere Date: Tue, 14 Jan 2025 14:24:51 -0500 Subject: [PATCH] fixup --- composer.json | 4 ++-- simple-glitchtip.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 +}