diff --git a/api/pyproject.toml b/api/pyproject.toml index d17afd4..e998edb 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "advent22-api" -version = "0.1.0" +version = "0.2.0" description = "" license = {file = "LICENSE"} readme = "README.md" diff --git a/api/uv.lock b/api/uv.lock index 2830bfe..2a129ff 100644 --- a/api/uv.lock +++ b/api/uv.lock @@ -4,7 +4,7 @@ requires-python = ">=3.14" [[package]] name = "advent22-api" -version = "0.1.0" +version = "0.2.0" source = { editable = "." } dependencies = [ { name = "asyncify" }, diff --git a/ui/package.json b/ui/package.json index e8b1cb6..1a231e6 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "advent22_ui", - "version": "0.1.0", + "version": "0.2.0", "private": true, "type": "module", "packageManager": "yarn@4.12.0",