diff --git a/pyproject.toml b/pyproject.toml index 811fd7a849a627439b700da2388bd1ea960b8295..188ccaa8841e3d1b27581fb99000029db84968a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "StorageLeaf" -version = "2.14.0" +version = "2.15.0" description = "Accepts sensor data and saves them into a database. The saved data can be accessed via api." authors = ["TheCodeLabsDevs"] diff --git a/src/version.json b/src/version.json index 51d0728a7b3a9e0d7e63662aa61ae44fa8abe016..4281d1382b7eeb022211a08cee7a11628b01a3c5 100644 --- a/src/version.json +++ b/src/version.json @@ -1,7 +1,7 @@ { "version": { - "name": "v2.14.0", - "code": 30, - "date": "28.08.23" + "name": "v2.15.0", + "code": 31, + "date": "01.12.23" } } \ No newline at end of file