Skip to content

Commit 9f2574d

Browse files
committed
Boost ver
1 parent 888a81d commit 9f2574d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Blynk",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "Build a smartphone app for your project in minutes. Blynk allows creating IoT solutions easily. It supports WiFi, BLE, Bluetooth, Ethernet, GSM, USB, Serial. Works with many boards like ESP8266, ESP32, Arduino UNO, Nano, Due, Mega, Zero, MKR100, Yun, Raspberry Pi, Particle, Energia, ARM mbed, Intel Edison/Galileo/Joule, BBC micro:bit, DFRobot, RedBearLab, Microduino, LinkIt ONE ...",
55
"keywords": "sensors, control, device, smartphone, mobile, app, web, cloud, communication, protocol, iot, m2m, wifi, ble, bluetooth, ethernet, usb, serial, gsm, gprs, 3g, data, esp8266, http",
66
"authors":

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Blynk
2-
version=1.0.1
2+
version=1.1.0
33
author=Volodymyr Shymanskyy
44
license=MIT
55
maintainer=Volodymyr Shymanskyy <[email protected]>

src/Blynk/BlynkConfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
* Professional settings
3030
***************************************************/
3131
// Library version.
32-
#define BLYNK_VERSION "1.0.1"
32+
#define BLYNK_VERSION "1.1.0"
3333

3434
#define BLYNK_NEW_LIBRARY
3535

0 commit comments

Comments
 (0)