Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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/*"
Expand Down
2 changes: 1 addition & 1 deletion packages/cloudflare-workers/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Loading