chore(release): version bump

This commit is contained in:
Bastien Wirtz
2025-09-26 21:20:22 +02:00
parent e4588bc634
commit 9aaef4eaef
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "homer",
"version": "25.05.2",
"version": "25.09.1",
"type": "module",
"scripts": {
"dev": "vite",

View File

@@ -54,7 +54,7 @@ export default {
if (!success) {
throw new Error(
`Ping: target not available (${response.status} error)`,
`Fail to fetch ressource: (${response.status} error)`,
);
}