changelog, version bump

This commit is contained in:
Jonas Winkler
2021-04-27 22:52:50 +02:00
parent c20fb2cdc1
commit a79723165f
3 changed files with 8 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ export const environment = {
apiBaseUrl: "/api/",
apiVersion: "2",
appTitle: "Paperless-ng",
version: "1.4.1",
version: "1.4.2",
webSocketHost: window.location.host,
webSocketProtocol: (window.location.protocol == "https:" ? "wss:" : "ws:")
};