changelog and version bump

This commit is contained in:
jonaswinkler
2021-05-19 22:40:56 +02:00
parent 8e3822f8e6
commit 3b73146ecd
3 changed files with 10 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.3",
version: "1.4.4",
webSocketHost: window.location.host,
webSocketProtocol: (window.location.protocol == "https:" ? "wss:" : "ws:"),
webSocketBaseUrl: base_url.pathname + "ws/",