changelog, documentation, version bump

This commit is contained in:
jonaswinkler
2021-02-28 13:20:31 +01:00
parent 6ab884a95c
commit b847e0c65e
5 changed files with 30 additions and 12 deletions

View File

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