Skip to content

Commit 6627399

Browse files
committed
Bump version to v6.0.0
1 parent 073f2fd commit 6627399

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@getracker/api",
3-
"version": "6.0.0-22",
3+
"version": "6.0.0",
44
"description": "Official GE-Tracker.com API client",
55
"repository": "https://github.com/ge-tracker/ge-tracker-api",
66
"license": "MIT",

src/lib/client.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ const DefaultOptions: CreateAxiosDefaults = {
2828
// specify a custom user-agent header to identify the client used
2929
// and for a point of contact
3030
headers: {
31-
'User-Agent': 'ge-tracker-api client v6.0.0-22',
32-
'X-Api-Client': 'ge-tracker-api client v6.0.0-22',
31+
'User-Agent': 'ge-tracker-api client v6.0.0',
32+
'X-Api-Client': 'ge-tracker-api client v6.0.0',
3333
Accept: `application/x.getracker.${GE_TRACKER_API_VERSION}+json`,
3434
},
3535
};

0 commit comments

Comments
 (0)