diff --git a/docker/.env-template-dev b/docker/.env-template-dev index 143ae4c5..6f61487c 100644 --- a/docker/.env-template-dev +++ b/docker/.env-template-dev @@ -1,4 +1,4 @@ -PUBLIC_POCKETHOST_VERSION=0.5.0 +PUBLIC_POCKETHOST_VERSION=0.5.1 PUBLIC_APP_PROTOCOL=https PUBLIC_APP_DOMAIN=pockethost.test PUBLIC_PB_PROTOCOL=https diff --git a/docker/.env-template-prod b/docker/.env-template-prod index 2d8d3e7e..94052921 100644 --- a/docker/.env-template-prod +++ b/docker/.env-template-prod @@ -1,4 +1,4 @@ -PUBLIC_POCKETHOST_VERSION=0.5.0 +PUBLIC_POCKETHOST_VERSION=0.5.1 PUBLIC_APP_PROTOCOL=https PUBLIC_APP_DOMAIN=pockethost.io PUBLIC_PB_PROTOCOL=https diff --git a/readme.md b/readme.md index e07f5a6d..9ef02dae 100644 --- a/readme.md +++ b/readme.md @@ -136,9 +136,13 @@ open https://pockethost.io **next** -- [x] Bugfix: 404 after creating instance - [ ] Bugfix: Disallow backups if data dir doesn't exist +**0.5.1** + +- [x] Bugfix: 404 after creating instance +- [x] SQLite3 build fix + **0.5.0** - [x] Create data backups