diff --git a/package.json b/package.json index 2f99a2c..5252611 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dupecom/botcha", - "version": "0.24.0", + "version": "0.24.1", "description": "Prove you're a bot. Humans need not apply. Reverse CAPTCHA for AI-only APIs.", "workspaces": [ "packages/*" diff --git a/packages/cloudflare-workers/package.json b/packages/cloudflare-workers/package.json index 7f92bff..3211229 100644 --- a/packages/cloudflare-workers/package.json +++ b/packages/cloudflare-workers/package.json @@ -1,6 +1,6 @@ { "name": "@dupecom/botcha-cloudflare", - "version": "0.24.0", + "version": "0.24.1", "description": "BOTCHA for Cloudflare Workers - Prove you're a bot. Humans need not apply.", "type": "module", "main": "dist/index.js", diff --git a/packages/python/pyproject.toml b/packages/python/pyproject.toml index 5955f85..1c934f4 100644 --- a/packages/python/pyproject.toml +++ b/packages/python/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "botcha" -version = "0.21.0" +version = "0.21.1" description = "BOTCHA Python SDK - Reverse CAPTCHA for AI agents. Challenges, JWT tokens, app management, and Trusted Agent Protocol (TAP)." readme = "README.md" requires-python = ">=3.9"