changelog, version bump

This commit is contained in:
jonaswinkler
2021-04-18 11:25:11 +02:00
parent 0547fd2760
commit a8e7ec0e96
3 changed files with 20 additions and 2 deletions

View File

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