Skip to content

Commit

Permalink
version 0.53.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rejetto committed Jul 19, 2024
1 parent 5d792a5 commit 3318833
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hfs",
"version": "0.53.0-rc21.1",
"version": "0.53.0",
"description": "HTTP File Server",
"keywords": [
"file server",
Expand Down Expand Up @@ -38,7 +38,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.12.0"
"node": ">=18.5.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 @@ -137,7 +137,7 @@ accounts:
disabled: true
admins:
admin: true
version: 0.53.0-rc21
version: 0.53.0
max_downloads_per_account: 2
max_downloads: 1
roots:
Expand Down

0 comments on commit 3318833

Please sign in to comment.