Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
William Duncan committed May 4, 2023
1 parent 1db11c8 commit 653d3d8
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Cloudnode API SDK

![Client Version: 1.10.3](https://img.shields.io/badge/Client%20Version-1.10.3-%2316a34a)
![Client Version: 2.0.0](https://img.shields.io/badge/Client%20Version-2.0.0-%2316a34a)
![API Version: 5.11.4](https://img.shields.io/badge/API%20Version-5.11.4-%232563eb)
![build: passing](https://img.shields.io/badge/build-passing-%2316a34a)
![npm downloads](https://img.shields.io/npm/dt/cloudnode-ts?label=downloads)
Expand Down
2 changes: 1 addition & 1 deletion browser/Cloudnode.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class Cloudnode {
/**
* Client user agent
*/
#userAgent = `cloudnode/1.10.3`;
#userAgent = `cloudnode/2.0.0`;
/**
* Construct a new Cloudnode API client
* @param token API token to use for requests
Expand Down
2 changes: 1 addition & 1 deletion browser/Cloudnode.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cloudnode-ts",
"version": "1.10.3",
"version": "2.0.0",
"description": "A client SDK for the Cloudnode API, written in TypeScript. [Documentation](https://github.com/cloudnode-pro/ts-client#documentation)",
"main": "src/Cloudnode.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion src/Cloudnode.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class Cloudnode {
/**
* Client user agent
*/
#userAgent = `cloudnode/1.10.3`;
#userAgent = `cloudnode/2.0.0`;
/**
* Construct a new Cloudnode API client
* @param token API token to use for requests
Expand Down
2 changes: 1 addition & 1 deletion src/Cloudnode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class Cloudnode {
/**
* Client user agent
*/
readonly #userAgent = `cloudnode/1.10.3`;
readonly #userAgent = `cloudnode/2.0.0`;

/**
* Construct a new Cloudnode API client
Expand Down

0 comments on commit 653d3d8

Please sign in to comment.