Skip to content

Commit e2fa989

Browse files
author
William Duncan
committed
1.10.1
1 parent bb71bde commit e2fa989

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Cloudnode API SDK
22

3-
![Client Version: 1.10.0](https://img.shields.io/badge/Client%20Version-1.10.0-%2316a34a)
3+
![Client Version: 1.10.1](https://img.shields.io/badge/Client%20Version-1.10.1-%2316a34a)
44
![API Version: 5.11.3](https://img.shields.io/badge/API%20Version-5.11.3-%232563eb)
55
![build: passing](https://img.shields.io/badge/build-passing-%2316a34a)
66
![npm downloads](https://img.shields.io/npm/dt/cloudnode-ts?label=downloads)

browser/Cloudnode.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class Cloudnode {
3636
/**
3737
* Client user agent
3838
*/
39-
#userAgent = `cloudnode/1.10.0`;
39+
#userAgent = `cloudnode/1.10.1`;
4040
/**
4141
* Construct a new Cloudnode API client
4242
* @param token API token to use for requests

browser/Cloudnode.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cloudnode-ts",
3-
"version": "1.10.0",
3+
"version": "1.10.1",
44
"description": "A client SDK for the Cloudnode API, written in TypeScript. [Documentation](https://github.com/cloudnode-pro/ts-client#documentation)",
55
"main": "src/Cloudnode.js",
66
"type": "module",

src/Cloudnode.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class Cloudnode {
3636
/**
3737
* Client user agent
3838
*/
39-
#userAgent = `cloudnode/1.10.0`;
39+
#userAgent = `cloudnode/1.10.1`;
4040
/**
4141
* Construct a new Cloudnode API client
4242
* @param token API token to use for requests

src/Cloudnode.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class Cloudnode {
4343
/**
4444
* Client user agent
4545
*/
46-
readonly #userAgent = `cloudnode/1.10.0`;
46+
readonly #userAgent = `cloudnode/1.10.1`;
4747

4848
/**
4949
* Construct a new Cloudnode API client

0 commit comments

Comments
 (0)