Skip to content

Commit 2cd8a45

Browse files
author
William Duncan
committed
2.1.0
1 parent e193c46 commit 2cd8a45

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: 2.0.0](https://img.shields.io/badge/Client%20Version-2.0.0-%2316a34a)
3+
![Client Version: 2.1.0](https://img.shields.io/badge/Client%20Version-2.1.0-%2316a34a)
44
![API Version: 5.12.0](https://img.shields.io/badge/API%20Version-5.12.0-%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
@@ -35,7 +35,7 @@ class Cloudnode {
3535
/**
3636
* Client user agent
3737
*/
38-
#userAgent = `cloudnode/2.0.0`;
38+
#userAgent = `cloudnode/2.1.0`;
3939
/**
4040
* Construct a new Cloudnode API client
4141
* @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": "2.0.0",
3+
"version": "2.1.0",
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
@@ -35,7 +35,7 @@ class Cloudnode {
3535
/**
3636
* Client user agent
3737
*/
38-
#userAgent = `cloudnode/2.0.0`;
38+
#userAgent = `cloudnode/2.1.0`;
3939
/**
4040
* Construct a new Cloudnode API client
4141
* @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
@@ -42,7 +42,7 @@ class Cloudnode {
4242
/**
4343
* Client user agent
4444
*/
45-
readonly #userAgent = `cloudnode/2.0.0`;
45+
readonly #userAgent = `cloudnode/2.1.0`;
4646

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

0 commit comments

Comments
 (0)