Skip to content

Commit 9aaef4e

Browse files
committed
chore(release): version bump
1 parent e4588bc commit 9aaef4e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "homer",
3-
"version": "25.05.2",
3+
"version": "25.09.1",
44
"type": "module",
55
"scripts": {
66
"dev": "vite",

src/mixins/service.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export default {
5454

5555
if (!success) {
5656
throw new Error(
57-
`Ping: target not available (${response.status} error)`,
57+
`Fail to fetch ressource: (${response.status} error)`,
5858
);
5959
}
6060

0 commit comments

Comments
 (0)