version bump

This commit is contained in:
jonaswinkler 2021-02-24 19:03:03 +01:00
parent b1085c36ff
commit a5ba14e446
2 changed files with 2 additions and 2 deletions

View File

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

View File

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