Skip to content

Commit f0537d9

Browse files
committed
Version Bump: 1.0.1 -> 1.0.2
1 parent 7993cf6 commit f0537d9

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Diff for: .github/ISSUE_TEMPLATE/issue-report.yml

+1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ body:
5555
description: What version of Bytebeam Arduino SDK are you running? If possible, consider updating to the latest version.
5656
options:
5757
- latest main (checkout manually)
58+
- 1.0.2
5859
- 1.0.1
5960
- 1.0.0
6061
validations:

Diff for: library.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "BytebeamArduino",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
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",

Diff for: library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=BytebeamArduino
2-
version=1.0.1
2+
version=1.0.2
33
author=Mayank Narang <https://github.com/mayankbytebeam>
44
maintainer=Mayank Narang <https://github.com/mayankbytebeam>
55
sentence=A small Arduino Library for Bytebeam Cloud that just works.

0 commit comments

Comments
 (0)