1
0
Fork 0
mirror of https://github.com/bastienwirtz/homer.git synced 2026-01-22 18:06:11 +00:00

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)`,
);
}