diff --git a/package.json b/package.json index 88e18b92..cb4c8827 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "webflow-api", - "version": "3.2.3", + "version": "3.3.1", "private": false, "repository": "github:webflow/js-webflow-api", "license": "MIT", diff --git a/src/Client.ts b/src/Client.ts index 42d9d7d3..85bf5ef5 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.2.3", - "User-Agent": "webflow-api/3.2.3", + "X-Fern-SDK-Version": "3.3.1", + "User-Agent": "webflow-api/3.3.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, diff --git a/src/version.ts b/src/version.ts index 51965d74..d252770b 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const SDK_VERSION = "3.2.3"; +export const SDK_VERSION = "3.3.1";