Skip to content

Commit

Permalink
boost ver
Browse files Browse the repository at this point in the history
  • Loading branch information
vshymanskyy committed Jun 11, 2018
1 parent abf3023 commit 3f4c883
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion library.json
@@ -1,6 +1,6 @@
{
"name": "Blynk",
"version": "0.5.2",
"version": "0.5.3",
"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 ...",
"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",
"authors":
Expand Down
2 changes: 1 addition & 1 deletion library.properties
@@ -1,5 +1,5 @@
name=Blynk
version=0.5.2
version=0.5.3
author=Volodymyr Shymanskyy
license=MIT
maintainer=Volodymyr Shymanskyy <vshymanskyi@gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion src/Blynk/BlynkConfig.h
Expand Up @@ -25,7 +25,7 @@
* Professional settings
***************************************************/
// Library version.
#define BLYNK_VERSION "0.5.2"
#define BLYNK_VERSION "0.5.3"

// Heartbeat period in seconds.
#ifndef BLYNK_HEARTBEAT
Expand Down

0 comments on commit 3f4c883

Please sign in to comment.