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 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yourtallness committed Apr 23, 2021
1 parent 30e51fa commit e9de10d
Showing 1 changed file with 1 addition and 1 deletion.
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.3.0'; // TODO get from package.json
const packageVersion = '0.4.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 e9de10d

Please sign in to comment.