mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-05-01 11:19:32 -05:00
version bump
This commit is contained in:
parent
9fe1aa0bf3
commit
062db1400d
@ -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:")
|
||||
};
|
||||
|
@ -1 +1 @@
|
||||
__version__ = (1, 1, 2)
|
||||
__version__ = (1, 1, 3)
|
||||
|
Loading…
x
Reference in New Issue
Block a user