Skip to content

Commit

Permalink
Boost ver
Browse files Browse the repository at this point in the history
  • Loading branch information
vshymanskyy committed Feb 19, 2019
1 parent c3edc2b commit f0451f9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Blynk",
"version": "0.6.0",
"version": "0.6.1",
"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
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=Blynk
version=0.6.0
version=0.6.1
author=Volodymyr Shymanskyy
license=MIT
maintainer=Volodymyr Shymanskyy <vshymanskyi@gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion src/Blynk/BlynkConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* Professional settings
***************************************************/
// Library version.
#define BLYNK_VERSION "0.6.0"
#define BLYNK_VERSION "0.6.1"

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

0 comments on commit f0451f9

Please sign in to comment.