bump version

This commit is contained in:
jonaswinkler 2021-03-14 15:22:25 +01:00
parent ec7ca2c352
commit 2216330118
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -1 +1 @@
__version__ = (1, 3, 0)
__version__ = (1, 3, 1)