mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-06 23:05:42 +01:00
changelog and version
This commit is contained in:
parent
a1162d6d5a
commit
08a44cf468
3 changed files with 15 additions and 8 deletions
|
|
@ -2,7 +2,7 @@ export const environment = {
|
|||
production: true,
|
||||
apiBaseUrl: "/api/",
|
||||
appTitle: "Paperless-ng",
|
||||
version: "1.1.3",
|
||||
version: "1.1.4",
|
||||
webSocketHost: window.location.host,
|
||||
webSocketProtocol: (window.location.protocol == "https:" ? "wss:" : "ws:")
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue