Bumps the version to 2.15.1

This commit is contained in:
Trenton Holmes
2025-04-09 14:55:02 -07:00
parent f036292b72
commit 705f542129
3 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ export const environment = {
apiBaseUrl: document.baseURI + 'api/',
apiVersion: '7',
appTitle: 'Paperless-ngx',
version: '2.15.0',
version: '2.15.1',
webSocketHost: window.location.host,
webSocketProtocol: window.location.protocol == 'https:' ? 'wss:' : 'ws:',
webSocketBaseUrl: base_url.pathname + 'ws/',