Skip to content

Commit 5a35dcc

Browse files
committed
Bump API to 5.13.0
1 parent 993281b commit 5a35dcc

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 Client
22

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

browser/Cloudnode.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class Cloudnode {
3131
/**
3232
* API version
3333
*/
34-
#apiVersion = `5.12.1`;
34+
#apiVersion = `5.13.0`;
3535
/**
3636
* Client user agent
3737
*/

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.12.1",
5+
"apiVersion": "5.13.0",
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
@@ -31,7 +31,7 @@ class Cloudnode {
3131
/**
3232
* API version
3333
*/
34-
#apiVersion = `5.12.1`;
34+
#apiVersion = `5.13.0`;
3535
/**
3636
* Client user agent
3737
*/

src/Cloudnode.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class Cloudnode {
3737
/**
3838
* API version
3939
*/
40-
readonly #apiVersion = `5.12.1`;
40+
readonly #apiVersion = `5.13.0`;
4141

4242
/**
4343
* Client user agent

0 commit comments

Comments
 (0)