Skip to content

Commit 8e55125

Browse files
committed
Prepare for next release v1.0.66
1 parent 585059a commit 8e55125

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@craftgate/craftgate",
3-
"version": "1.0.65",
3+
"version": "1.0.66",
44
"description": "Craftgate API JavaScript Client",
55
"main": "dist/index.js",
66
"scripts": {

src/lib/HttpClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ export class HttpClient {
8585
config.headers[API_KEY_HEADER_NAME] = this._options.apiKey;
8686
config.headers[RANDOM_HEADER_NAME] = randomStr;
8787
config.headers[AUTH_VERSION_HEADER_NAME] = '1';
88-
config.headers[CLIENT_VERSION_HEADER_NAME] = 'craftgate-node-client:1.0.65';
88+
config.headers[CLIENT_VERSION_HEADER_NAME] = 'craftgate-node-client:1.0.66';
8989
if (this._options.language) {
9090
config.headers[LANGUAGE_HEADER_NAME] = this._options.language;
9191
}

0 commit comments

Comments
 (0)