Skip to content

Commit ffcb6cb

Browse files
committed
version 0.57.7
1 parent 2f5c621 commit ffcb6cb

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ If you don't like this behavior, disable it in the Admin-panel or enter this con
7979

8080
If can't or don't want to run our binary versions, you can try this:
8181

82-
1. [install node.js](https://nodejs.org) version 18.20 (or greater, but then compatibility is not guaranteed)
82+
1. [install node.js](https://nodejs.org) version 20 (or greater, but then compatibility is not guaranteed)
8383
2. execute at command line `npx hfs@latest`
8484

8585
The `@latest` part is optional, and ensures that you are always up to date.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hfs",
3-
"version": "0.57.7-beta1",
3+
"version": "0.57.7",
44
"description": "HTTP File Server",
55
"keywords": ["file server", "http server"],
66
"homepage": "https://rejetto.com/hfs",

tests/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ accounts:
148148
admins:
149149
allow_net: ::1
150150
admin: true
151-
version: 0.57.7-beta1
151+
version: 0.57.7
152152
max_downloads_per_account: 2
153153
max_downloads: 1
154154
roots:

0 commit comments

Comments
 (0)