changelog and version bump

This commit is contained in:
jonaswinkler
2021-04-05 00:36:44 +02:00
parent 44c41db0e6
commit 0817d5155b
3 changed files with 24 additions and 2 deletions

View File

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