From 3ca376f8cba438dac3a21023a17d5243b1d83fc3 Mon Sep 17 00:00:00 2001 From: Raviraj Subramanian Date: Mon, 21 Feb 2022 16:20:34 +0530 Subject: [PATCH] Version upgraded to 0.2.0 --- 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 c67ef15..56c52f8 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.1.0" + "@freshworks/api-sdk": "0.2.0" } } ``` diff --git a/package.json b/package.json index 8957b4f..293513c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@freshworks/api-sdk", - "version": "0.1.0", + "version": "0.2.0", "description": "Node.js SDK for Freshworks HTTP APIs", "engines": { "node": ">=12.x"