mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-09 08:15:27 +01:00
version bump
This commit is contained in:
parent
7b2c1f82f5
commit
86d6316cc9
2 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@ export const environment = {
|
|||
production: true,
|
||||
apiBaseUrl: "/api/",
|
||||
appTitle: "Paperless-ng",
|
||||
version: "1.1.5",
|
||||
version: "1.2.0",
|
||||
webSocketHost: window.location.host,
|
||||
webSocketProtocol: (window.location.protocol == "https:" ? "wss:" : "ws:")
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue