Skip to content

Commit 2f3d549

Browse files
committed
version 1.1.0
1 parent 039b139 commit 2f3d549

File tree

2 files changed

+6
-27
lines changed

2 files changed

+6
-27
lines changed

Diff for: library.json

+2-20
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "BytebeamArduino",
3-
"version": "1.0.2",
3+
"version": "1.1.0",
44
"description": "A small Arduino Library for Bytebeam Cloud that just works. This library simplifies the process of communicating with Bytebeam cloud backend.",
55
"keywords": "mqtt, http, gsm, iot, arduino, espressif32, espressif8266, bytebeam, device-management, ota-firmware-updates, cloud-logging",
66
"license": "Apache-2.0",
77
"authors": [
88
{
99
"name": "Mayank Narang",
10-
"url": "https://github.com/mayankbytebeam",
10+
"url": "https://github.com/narangmayank",
1111
"maintainer": true
1212
}
1313
],
@@ -20,23 +20,5 @@
2020
"platforms": [
2121
"espressif8266",
2222
"espressif32"
23-
],
24-
"headers": "BytebeamArduino.h",
25-
"dependencies": [
26-
{
27-
"owner": "knolleary",
28-
"name": "PubSubClient",
29-
"version": "^2.8"
30-
},
31-
{
32-
"owner": "bblanchon",
33-
"name": "ArduinoJson",
34-
"version": "^6.20.1"
35-
},
36-
{
37-
"owner": "arduino-libraries",
38-
"name": "NTPClient",
39-
"version": "^3.2.1"
40-
}
4123
]
4224
}

Diff for: library.properties

+4-7
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
name=BytebeamArduino
2-
version=1.0.2
3-
author=Mayank Narang <https://github.com/mayankbytebeam>
4-
maintainer=Mayank Narang <https://github.com/mayankbytebeam>
2+
version=1.1.0
3+
author=Mayank Narang <https://github.com/narangmayank>
4+
maintainer=Mayank Narang <https://github.com/narangmayank>
55
sentence=A small Arduino Library for Bytebeam Cloud that just works.
66
paragraph=This library simplifies the process of communicating with Bytebeam cloud backend.
7-
license=Apache-2.0
87
category=Communication
98
url=https://bytebeam.io/docs/arduino
109
architectures=esp32,esp8266
11-
repository=https://github.com/bytebeamio/bytebeam-arduino-sdk.git
12-
includes=BytebeamArduino.h
13-
depends=PubSubClient,ArduinoJson,NTPClient
10+
repository=https://github.com/bytebeamio/bytebeam-arduino-sdk.git

0 commit comments

Comments
 (0)