mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-07 15:25:41 +01:00
version bump
This commit is contained in:
parent
5f0e800f6e
commit
64d61ae2fa
2 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@ export const environment = {
|
||||||
production: true,
|
production: true,
|
||||||
apiBaseUrl: "/api/",
|
apiBaseUrl: "/api/",
|
||||||
appTitle: "Paperless-ng",
|
appTitle: "Paperless-ng",
|
||||||
version: "1.1.1",
|
version: "1.1.2",
|
||||||
webSocketHost: window.location.host,
|
webSocketHost: window.location.host,
|
||||||
webSocketProtocol: (window.location.protocol == "https:" ? "wss:" : "ws:")
|
webSocketProtocol: (window.location.protocol == "https:" ? "wss:" : "ws:")
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
__version__ = (1, 1, 1)
|
__version__ = (1, 1, 2)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue