Skip to content

Commit

Permalink
Bump version to v0.2.1
Browse files Browse the repository at this point in the history
Signed-off-by: Kaustav Das Modak <[email protected]>
  • Loading branch information
Kaustav Das Modak authored and ravirajsubramanian committed Mar 8, 2022
1 parent dc2f045 commit cd0ce94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit cd0ce94

Please sign in to comment.