Skip to content

Commit 4a67e58

Browse files
committed
chore(aether-sdk): Bump version
1 parent 91464a4 commit 4a67e58

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/aether-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aether-agent/sdk",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "TypeScript SDK for the Aether agent CLI",
55
"repository": {
66
"type": "git",

packages/aether-sdk/src/session.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import type {
2121
ExternalMcpServerConfig,
2222
} from "./types.js";
2323

24-
const SDK_VERSION = "0.2.1";
24+
const SDK_VERSION = "0.2.2";
2525

2626
export type PermissionRequestHandler = (
2727
request: acp.RequestPermissionRequest,

0 commit comments

Comments
 (0)