10000 Bump to 1.0.0-beta3 · arduino/iot-client-js@592e4a6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 592e4a6

Browse files
author
Fabrizio Mirabito
committed
Bump to 1.0.0-beta3
1 parent 5def98a commit 592e4a6

40 files changed

+40
-40
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arduino/arduino-iot-client",
3-
"version": "1.0.0-beta2",
3+
"version": "1.0.0-beta3",
44
"description": "Collection_of_all_public_API_endpoints_",
55
"license": "GPLv3",
66
"main": "dist/index.js",

src/ApiClient.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import querystring from "querystring";
1717

1818
/**
1919
* @module ApiClient
20-
* @version 1.0.0-beta2
20+
* @version 1.0.0-beta3
2121
*/
2222

2323
/**

src/api/DevicesV2Api.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import PropertiesValues from '../model/PropertiesValues';
2424
/**
2525
* DevicesV2 service.
2626
* @module api/DevicesV2Api
27-
* @version 1.0.0-beta2
27+
* @version 1.0.0-beta3
2828
*/
2929
export default class DevicesV2Api {
3030

src/api/PropertiesV2Api.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import PropertyValue from '../model/PropertyValue';
2121
/**
2222
* PropertiesV2 service.
2323
* @module api/PropertiesV2Api
24-
* @version 1.0.0-beta2
24+
* @version 1.0.0-beta3
2525
*/
2626
export default class PropertiesV2Api {
2727

src/api/SeriesV2Api.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import Error from '../model/Error';
2424
/**
2525
* SeriesV2 service.
2626
* @module api/SeriesV2Api
27-
* @version 1.0.0-beta2
27+
* @version 1.0.0-beta3
2828
*/
2929
export default class SeriesV2Api {
3030

src/api/ThingsV2Api.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import ThingSketch from '../model/ThingSketch';
2222
/**
2323
* ThingsV2 service.
2424
* @module api/ThingsV2Api
25-
* @version 1.0.0-beta2
25+
* @version 1.0.0-beta3
2626
*/
2727
export default class ThingsV2Api {
2828

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ import ThingsV2Api from './api/ThingsV2Api';
8181
* </pre>
8282
* </p>
8383
* @module index
84-
* @version 1.0.0-beta2
84+
* @version 1.0.0-beta3
8585
*/
8686
export {
8787
/**

src/model/ArduinoDevicev2.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import ArduinoDevicev2Webhook from './ArduinoDevicev2Webhook';
1717
/**
1818
* The ArduinoDevicev2 model module.
1919
* @module model/ArduinoDevicev2
20-
* @version 1.0.0-beta2
20+
* @version 1.0.0-beta3
2121
*/
2222
class ArduinoDevicev2 {
2323
/**

src/model/ArduinoDevicev2Webhook.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import ApiClient from '../ApiClient';
1616
/**
1717
* The ArduinoDevicev2Webhook model module.
1818
* @module model/ArduinoDevicev2Webhook
19-
* @version 1.0.0-beta2
19+
* @version 1.0.0-beta3
2020
*/
2121
class ArduinoDevicev2Webhook {
2222
/**

src/model/ArduinoDevicev2properties.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import ArduinoProperty from './ArduinoProperty';
1717
/**
1818
* The ArduinoDevicev2properties model module.
1919
* @module model/ArduinoDevicev2properties
20-
* @version 1.0.0-beta2
20+
* @version 1.0.0-beta3
2121
*/
2222
class ArduinoDevicev2properties {
2323
/**

0 commit comments

Comments
 (0)
0