version bump

This commit is contained in:
jonaswinkler 2021-02-15 16:52:45 +01:00
parent 831db6ab87
commit 3f03d51b24
2 changed files with 2 additions and 2 deletions

View File

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

View File

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