Skip to content

Commit 249c929

Browse files
committed
Release 0.0.5
1 parent 5ac3e89 commit 249c929

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fileforge",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"private": false,
55
"repository": "https://github.com/OnedocLabs/fileforge-node-sdk",
66
"license": "MIT",

src/api/resources/pdf/client/Client.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export class Pdf {
7070
"X-API-Key": await core.Supplier.get(this._options.apiKey),
7171
"X-Fern-Language": "JavaScript",
7272
"X-Fern-SDK-Name": "fileforge",
73-
"X-Fern-SDK-Version": "0.0.4",
73+
"X-Fern-SDK-Version": "0.0.5",
7474
"X-Fern-Runtime": core.RUNTIME.type,
7575
"X-Fern-Runtime-Version": core.RUNTIME.version,
7676
},
@@ -158,7 +158,7 @@ export class Pdf {
158158
"X-API-Key": await core.Supplier.get(this._options.apiKey),
159159
"X-Fern-Language": "JavaScript",
160160
"X-Fern-SDK-Name": "fileforge",
161-
"X-Fern-SDK-Version": "0.0.4",
161+
"X-Fern-SDK-Version": "0.0.5",
162162
"X-Fern-Runtime": core.RUNTIME.type,
163163
"X-Fern-Runtime-Version": core.RUNTIME.version,
164164
},
@@ -253,7 +253,7 @@ export class Pdf {
253253
"X-API-Key": await core.Supplier.get(this._options.apiKey),
254254
"X-Fern-Language": "JavaScript",
255255
"X-Fern-SDK-Name": "fileforge",
256-
"X-Fern-SDK-Version": "0.0.4",
256+
"X-Fern-SDK-Version": "0.0.5",
257257
"X-Fern-Runtime": core.RUNTIME.type,
258258
"X-Fern-Runtime-Version": core.RUNTIME.version,
259259
},

0 commit comments

Comments
 (0)