Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

Commit

Permalink
Bump version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
agis committed Oct 21, 2021
1 parent f91f864 commit 9f5dfd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.7.0-alpha.2",
"version": "2.0.0",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/utils/RestClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import snakecaseKeys from 'snakecase-keys';
import * as querystring from 'querystring';

const packageName = '@clerk/clerk-sdk-node'; // TODO get from package.json
const packageVersion = '0.7.0-alpha.2'; // TODO get from package.json
const packageVersion = '2.0.0'; // TODO get from package.json
const packageRepo = 'https://github.com/clerkinc/clerk-sdk-node';
const userAgent = `${packageName}/${packageVersion} (${packageRepo})`;
const contentType = 'application/x-www-form-urlencoded';
Expand Down

0 comments on commit 9f5dfd4

Please sign in to comment.