Skip to content

Commit 439fd28

Browse files
author
BruceWouaigne
committed
Incr package version
1 parent 22514e1 commit 439fd28

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.1",
3+
"version": "1.0.2",
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
@@ -21,7 +21,7 @@ import { ZodObject, ZodRawShape } from 'zod';
2121
import { isZodObject } from './utils/schema.utils';
2222

2323
export class LinkupClient {
24-
private readonly USER_AGENT = 'Linkup-JS-SDK/1.0.1';
24+
private readonly USER_AGENT = 'Linkup-JS-SDK/1.0.2';
2525
private readonly apiKey: string;
2626
private readonly baseUrl: string;
2727

0 commit comments

Comments
 (0)