Skip to content

Commit 479e2b8

Browse files
committed
release: version bump to 1.0.3
1 parent 14b45ac commit 479e2b8

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.2",
3+
"version": "1.0.3",
44
"description": "Library to manage and interact with MCSets API's",
55
"main": "index.js",
66
"types": "index.d.ts",

src/rest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ module.exports = class Rest {
1515
this.platform = platform
1616
const hostEntry = constants[platform] || constants.base
1717
this.host = hostEntry.host
18-
this.userAgent = options.userAgent || 'mcsets-js-sdk-client/1.0.2' // gotcha: bump with version of this package for support
18+
this.userAgent = options.userAgent || 'mcsets-js-sdk-client/1.0.3' // gotcha: bump with version of this package for support
1919
this.maxRetries = options.maxRetries ?? 4
2020

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

0 commit comments

Comments
 (0)