Skip to content

Commit 0c9b98e

Browse files
Release 0.3.1
1 parent 5be08f8 commit 0c9b98e

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.fern/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
}
1414
}
1515
},
16-
"sdkVersion": "0.3.0"
16+
"sdkVersion": "0.3.1"
1717
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "agentmail",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"private": false,
55
"repository": {
66
"type": "git",

src/BaseClient.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ export function normalizeClientOptions<T extends BaseClientOptions = BaseClientO
5151
{
5252
"X-Fern-Language": "JavaScript",
5353
"X-Fern-SDK-Name": "agentmail",
54-
"X-Fern-SDK-Version": "0.3.0",
55-
"User-Agent": "agentmail/0.3.0",
54+
"X-Fern-SDK-Version": "0.3.1",
55+
"User-Agent": "agentmail/0.3.1",
5656
"X-Fern-Runtime": core.RUNTIME.type,
5757
"X-Fern-Runtime-Version": core.RUNTIME.version,
5858
},

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const SDK_VERSION = "0.3.0";
1+
export const SDK_VERSION = "0.3.1";

0 commit comments

Comments
 (0)