diff --git a/RELEASE b/RELEASE index f82e068..b88fb90 100644 --- a/RELEASE +++ b/RELEASE @@ -1 +1 @@ -v0.2.4 +v0.2.5 diff --git a/engine/pyproject.toml b/engine/pyproject.toml index 187e8c4..0fc35ff 100644 --- a/engine/pyproject.toml +++ b/engine/pyproject.toml @@ -3,7 +3,7 @@ authors = ["Jonas "] description = "Engine to handle application logic" name = "engine" readme = "README.md" -version = "v0.2.4" +version = "v0.2.5" [tool.poetry.dependencies] anthropic = "^0.34.2" diff --git a/web/package.json b/web/package.json index cb06867..970421f 100644 --- a/web/package.json +++ b/web/package.json @@ -2,7 +2,7 @@ "name": "web", "description": "WebUI for AskTube", "private": true, - "version": "v0.2.4", + "version": "v0.2.5", "type": "module", "scripts": { "build": "nuxt build",