Skip to content

Commit 352b553

Browse files
committed
release: bump version to 1.0.1
1 parent 2a4cea2 commit 352b553

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": "mcsets-js-sdk-client",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Library to manage and interact with MCSets API's",
55
"main": "index.js",
66
"scripts": {

src/rest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module.exports = class Rest {
99
this.platform = platform
1010
const hostEntry = constants[platform] || constants.base
1111
this.host = hostEntry.host
12-
this.userAgent = options.userAgent || 'mcsets-js-sdk-client/1.0.0' // gotcha: bump with version of this package for support
12+
this.userAgent = options.userAgent || 'mcsets-js-sdk-client/1.0.1' // gotcha: bump with version of this package for support
1313
this.maxRetries = options.maxRetries ?? 4
1414

1515
// add the proper headers based on the used API. For base API, no auth is required.

0 commit comments

Comments
 (0)