changelog, versions

This commit is contained in:
jonaswinkler
2021-06-13 19:17:29 +02:00
parent 2247e25a9b
commit 9e5d732ca2
3 changed files with 15 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ export const environment = {
apiBaseUrl: document.baseURI + "api/",
apiVersion: "2",
appTitle: "Paperless-ng",
version: "1.4.4",
version: "1.4.5",
webSocketHost: window.location.host,
webSocketProtocol: (window.location.protocol == "https:" ? "wss:" : "ws:"),
webSocketBaseUrl: base_url.pathname + "ws/",