Skip to content

Commit f0451f9

Browse files
committed
Boost ver
1 parent c3edc2b commit f0451f9

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": "0.6.0",
3+
"version": "0.6.1",
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=0.6.0
2+
version=0.6.1
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
@@ -25,7 +25,7 @@
2525
* Professional settings
2626
***************************************************/
2727
// Library version.
28-
#define BLYNK_VERSION "0.6.0"
28+
#define BLYNK_VERSION "0.6.1"
2929

3030
// Heartbeat period in seconds.
3131
#ifndef BLYNK_HEARTBEAT

0 commit comments

Comments
 (0)