Skip to content

Commit 778db3b

Browse files
author
William Duncan
committed
set API version to 5.11.4
1 parent 4cb1ebe commit 778db3b

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

README.md

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

33
![Client Version: 1.10.2](https://img.shields.io/badge/Client%20Version-1.10.2-%2316a34a)
4-
![API Version: 5.11.3](https://img.shields.io/badge/API%20Version-5.11.3-%232563eb)
4+
![API Version: 5.11.4](https://img.shields.io/badge/API%20Version-5.11.4-%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)
77

browser/Cloudnode.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class Cloudnode {
3232
/**
3333
* API version
3434
*/
35-
#apiVersion = `5.11.3`;
35+
#apiVersion = `5.11.4`;
3636
/**
3737
* Client user agent
3838
*/

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.

gen/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"name": "Cloudnode",
33
"instanceName": "cloudnode",
44
"baseUrl": "https://api.cloudnode.pro/v5/",
5-
"apiVersion": "5.11.3",
5+
"apiVersion": "5.11.4",
66
"browserSdkUrl": "https://cdn.jsdelivr.net/npm/cloudnode-ts@latest/browser/Cloudnode.min.js"
77
}

src/Cloudnode.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class Cloudnode {
3232
/**
3333
* API version
3434
*/
35-
#apiVersion = `5.11.3`;
35+
#apiVersion = `5.11.4`;
3636
/**
3737
* Client user agent
3838
*/

src/Cloudnode.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class Cloudnode {
3838
/**
3939
* API version
4040
*/
41-
readonly #apiVersion = `5.11.3`;
41+
readonly #apiVersion = `5.11.4`;
4242

4343
/**
4444
* Client user agent

0 commit comments

Comments
 (0)