Skip to content

Commit

Permalink
version 0.53.0-rc16
Browse files Browse the repository at this point in the history
  • Loading branch information
rejetto committed Jun 29, 2024
1 parent 7773780 commit 7ef515d
Show file tree
Hide file tree
Showing 4 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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hfs",
"version": "0.53.0-rc15",
"version": "0.53.0-rc16",
"description": "HTTP File Server",
"keywords": [
"file server",
Expand Down
2 changes: 1 addition & 1 deletion shared/dialogs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export interface DialogOptions {
closable?: boolean,
onClose?: (v?: any) => any,
closingValue?: any,
closed?: Promise<void>
className?: string,
icon?: string | ReactNode | FunctionComponent,
closableProps?: any,
Expand All @@ -22,7 +23,6 @@ export interface DialogOptions {
$id?: number
$opening?: NodeJS.Timeout
ts?: number
closed?: Promise<void>

Container?: FunctionComponent<DialogOptions>
}
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.53.0-rc15
version: 0.53.0
max_downloads_per_account: 2
max_downloads: 1
roots:
Expand Down

0 comments on commit 7ef515d

Please sign in to comment.