diff --git a/library.json b/library.json index cacee5bf..5df6b892 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "Blynk", - "version": "1.0.0", + "version": "1.0.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": diff --git a/library.properties b/library.properties index 29f77fdd..59ac1657 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=Blynk -version=1.0.0 +version=1.0.1 author=Volodymyr Shymanskyy license=MIT maintainer=Volodymyr Shymanskyy diff --git a/src/Blynk/BlynkConfig.h b/src/Blynk/BlynkConfig.h index 545f85ee..187427cc 100644 --- a/src/Blynk/BlynkConfig.h +++ b/src/Blynk/BlynkConfig.h @@ -29,7 +29,7 @@ * Professional settings ***************************************************/ // Library version. -#define BLYNK_VERSION "1.0.0" +#define BLYNK_VERSION "1.0.1" #define BLYNK_NEW_LIBRARY