Skip to content

Commit

Permalink
version 0.55.0-rc5
Browse files Browse the repository at this point in the history
  • Loading branch information
rejetto committed Dec 23, 2024
1 parent f4312fd commit c6f036e
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
33 changes: 18 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 3 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
{
"name": "hfs",
"version": "0.55.0-beta4",
"version": "0.55.0-rc5",
"description": "HTTP File Server",
"keywords": [
"file server",
"http server"
],
"keywords": ["file server", "http server"],
"homepage": "https://rejetto.com/hfs",
"license": "GPL-3.0",
"author": "Massimo Melina <[email protected]>",
Expand Down Expand Up @@ -38,7 +35,7 @@
"dist-node": "npm run dist-modules && cd dist && zip hfs-node-$(jq -r .version ../package.json).zip -r * -x *.zip *.exe hfs-* *.log logs"
},
"engines": {
"node": ">=18.5.0"
"node": ">=18.15.0"
},
"files": [
"central.json",
Expand Down
2 changes: 1 addition & 1 deletion tests/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ accounts:
disabled: true
admins:
admin: true
version: 0.55.0-beta4
version: 0.55.0-rc5
max_downloads_per_account: 2
max_downloads: 1
roots:
Expand Down

0 comments on commit c6f036e

Please sign in to comment.