diff --git a/extension/manifest.json b/extension/manifest.json index dd30026..3d69de2 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "browser-cli", - "version": "0.6.0", + "version": "0.7.0", "description": "Control your browser from the terminal via browser-cli", "permissions": [ "tabs", diff --git a/pyproject.toml b/pyproject.toml index 48f3008..f0d3bbe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "browser-cli" -version = "0.6.0" +version = "0.7.0" description = "Control your real running browser from the terminal via a browser extension" requires-python = ">=3.10" dependencies = [ diff --git a/uv.lock b/uv.lock index 9ac464e..0dfe9d8 100644 --- a/uv.lock +++ b/uv.lock @@ -4,7 +4,7 @@ requires-python = ">=3.10" [[package]] name = "browser-cli" -version = "0.5.12" +version = "0.7.0" source = { editable = "." } dependencies = [ { name = "click" },