Skip to content

Commit 785078b

Browse files
committed
Increment package version
1 parent 591438d commit 785078b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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": "linkup-sdk",
3-
"version": "1.0.8",
3+
"version": "1.0.9",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"scripts": {

src/linkup-client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import { ZodObject, ZodRawShape } from 'zod';
2323
import { isZodObject, concatErrorAndDetails } from './utils';
2424

2525
export class LinkupClient {
26-
private readonly USER_AGENT = 'Linkup-JS-SDK/1.0.8';
26+
private readonly USER_AGENT = 'Linkup-JS-SDK/1.0.9';
2727
private readonly apiKey: string;
2828
private readonly baseUrl: string;
2929
private readonly endpoint: string;

0 commit comments

Comments
 (0)