From cd0ce94c002b237e03a1cba8a7c4c9f8c228696f Mon Sep 17 00:00:00 2001 From: Kaustav Das Modak Date: Fri, 4 Mar 2022 14:01:12 +0530 Subject: [PATCH] Bump version to v0.2.1 Signed-off-by: Kaustav Das Modak --- docs/get-started.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/get-started.md b/docs/get-started.md index 56c52f8..9c48e6b 100644 --- a/docs/get-started.md +++ b/docs/get-started.md @@ -24,7 +24,7 @@ To use this library in a Freshworks app, add the following to the `"dependencies { // ... "dependencies": { - "@freshworks/api-sdk": "0.2.0" + "@freshworks/api-sdk": "0.2.1" } } ``` diff --git a/package.json b/package.json index d92ad99..faf7b80 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@freshworks/api-sdk", - "version": "0.2.0", + "version": "0.2.1", "description": "Node.js SDK for Freshworks HTTP APIs", "engines": { "node": ">=12.x"