Skip to content

Commit 44809b4

Browse files
committed
chore: bump version to 1.0.29
1 parent c53a5cd commit 44809b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/chrome-extension/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Chrome ACP",
33
"description": "Chat interface for Agent Client Protocol (ACP) agents. Connect to any ACP-compatible AI agent through a proxy server.",
4-
"version": "1.0.28",
4+
"version": "1.0.29",
55
"manifest_version": 3,
66
"permissions": [
77
"sidePanel",

packages/proxy-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chrome-acp/proxy-server",
3-
"version": "1.0.28",
3+
"version": "1.0.29",
44
"description": "Proxy server that connects ACP agents to Chrome extension, exposing browser tools via MCP",
55
"author": "Areo Joe <[email protected]>",
66
"repository": {

0 commit comments

Comments
 (0)