mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-03 03:16:10 -06:00 
			
		
		
		
	bump version
This commit is contained in:
		@@ -3,7 +3,7 @@ export const environment = {
 | 
				
			|||||||
  apiBaseUrl: "/api/",
 | 
					  apiBaseUrl: "/api/",
 | 
				
			||||||
  apiVersion: "2",
 | 
					  apiVersion: "2",
 | 
				
			||||||
  appTitle: "Paperless-ng",
 | 
					  appTitle: "Paperless-ng",
 | 
				
			||||||
  version: "1.3.0",
 | 
					  version: "1.3.1",
 | 
				
			||||||
  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, 3, 0)
 | 
					__version__ = (1, 3, 1)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user