diff --git a/dashboard_leaf/version.json b/dashboard_leaf/version.json index 6198c7abe8d1c53823f16b733a870046a98f987e..6aef399e15d0f536403f6188f0e7f5fc80c71005 100644 --- a/dashboard_leaf/version.json +++ b/dashboard_leaf/version.json @@ -1,7 +1,7 @@ { "version": { - "name": "v1.22.0", - "code": 31, - "date": "06.05.23" + "name": "v1.23.0", + "code": 32, + "date": "07.08.23" } } \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index c0e40a3ed8b877f045510191b939cb1fa361bc11..788c405e8c0fca3e0c3735089205b74cb52c1def 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "DashboardLeaf" -version = "1.20.0" +version = "1.23.0" description = "Flask server for displaying multiple dashboards with custom tiles that refresh periodically." authors = ["TheCodeLabsDevs"]