Skip to content

Commit

Permalink
Version upgraded to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ravirajsubramanian authored and kaustavdm committed Feb 21, 2022
1 parent 74ff3ab commit 3ca376f
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.1.0"
"@freshworks/api-sdk": "0.2.0"
}
}
```
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.1.0",
"version": "0.2.0",
"description": "Node.js SDK for Freshworks HTTP APIs",
"engines": {
"node": ">=12.x"
Expand Down

0 comments on commit 3ca376f

Please sign in to comment.