Skip to content
This repository was archived by the owner on Feb 16, 2023. It is now read-only.

Commit 1b24136

Browse files
committed
version bump
1 parent e8d5b54 commit 1b24136

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src-ui/src/environments/environment.prod.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export const environment = {
55
apiBaseUrl: document.baseURI + "api/",
66
apiVersion: "2",
77
appTitle: "Paperless-ng",
8-
version: "1.4.5",
8+
version: "1.5.0",
99
webSocketHost: window.location.host,
1010
webSocketProtocol: (window.location.protocol == "https:" ? "wss:" : "ws:"),
1111
webSocketBaseUrl: base_url.pathname + "ws/",

src/paperless/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = (1, 4, 5)
1+
__version__ = (1, 5, 0)

0 commit comments

Comments
 (0)