changelog and version bump

This commit is contained in:
jonaswinkler
2021-03-18 19:13:45 +01:00
parent b6111d8da6
commit ce2bae12af
3 changed files with 17 additions and 2 deletions

View File

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