Compare commits

...

2 Commits
main ... v0.0.6

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

View File

@ -8,4 +8,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.1';
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
}
});
}
}
}