Skip to content

Commit a3285a7

Browse files
committed
version 0.57.6
1 parent d3a877d commit a3285a7

File tree

3 files changed

+26
-24
lines changed

3 files changed

+26
-24
lines changed

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hfs",
3-
"version": "0.57.5",
3+
"version": "0.57.6",
44
"description": "HTTP File Server",
55
"keywords": ["file server", "http server"],
66
"homepage": "https://rejetto.com/hfs",
@@ -71,7 +71,7 @@
7171
"dependencies": {
7272
"@gregoranders/csv": "^0.0.13",
7373
"@node-rs/crc32": "^1.10.6",
74-
"@rejetto/kvstorage": "^0.13.2",
74+
"@rejetto/kvstorage": "^0.14.0",
7575
"acme-client": "^5.4.0",
7676
"buffer-crc32": "^1.0.0",
7777
"fast-glob": "^3.3.3",

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.4
151+
version: 0.57.6
152152
max_downloads_per_account: 2
153153
max_downloads: 1
154154
roots:

0 commit comments

Comments
 (0)