Compare commits

...

1 Commits
main ... v0.0.5

Author SHA1 Message Date
Leopere 42b088663b fixup 2025-01-14 14:24:51 -05:00
2 changed files with 4 additions and 4 deletions

View File

@ -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\\": "/"
}
}
}
}

View File

@ -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
}
});
}
}
}