diff --git a/package.json b/package.json index cb4c8827..6be4ba04 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "webflow-api", - "version": "3.3.1", + "version": "3.3.2", "private": false, "repository": "github:webflow/js-webflow-api", "license": "MIT", diff --git a/src/Client.ts b/src/Client.ts index 85bf5ef5..838230cf 100644 --- a/src/Client.ts +++ b/src/Client.ts @@ -48,8 +48,8 @@ export class WebflowClient { { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "webflow-api", - "X-Fern-SDK-Version": "3.3.1", - "User-Agent": "webflow-api/3.3.1", + "X-Fern-SDK-Version": "3.3.2", + "User-Agent": "webflow-api/3.3.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, diff --git a/src/version.ts b/src/version.ts index d252770b..759da223 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const SDK_VERSION = "3.3.1"; +export const SDK_VERSION = "3.3.2";