Skip to content

Commit c6f036e

Browse files
committed
version 0.55.0-rc5
1 parent f4312fd commit c6f036e

File tree

3 files changed

+22
-22
lines changed

3 files changed

+22
-22
lines changed

package-lock.json

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

package.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
{
22
"name": "hfs",
3-
"version": "0.55.0-beta4",
3+
"version": "0.55.0-rc5",
44
"description": "HTTP File Server",
5-
"keywords": [
6-
"file server",
7-
"http server"
8-
],
5+
"keywords": ["file server", "http server"],
96
"homepage": "https://rejetto.com/hfs",
107
"license": "GPL-3.0",
118
"author": "Massimo Melina <[email protected]>",
@@ -38,7 +35,7 @@
3835
"dist-node": "npm run dist-modules && cd dist && zip hfs-node-$(jq -r .version ../package.json).zip -r * -x *.zip *.exe hfs-* *.log logs"
3936
},
4037
"engines": {
41-
"node": ">=18.5.0"
38+
"node": ">=18.15.0"
4239
},
4340
"files": [
4441
"central.json",

tests/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ accounts:
138138
disabled: true
139139
admins:
140140
admin: true
141-
version: 0.55.0-beta4
141+
version: 0.55.0-rc5
142142
max_downloads_per_account: 2
143143
max_downloads: 1
144144
roots:

0 commit comments

Comments
 (0)