Skip to content

Commit 14d505d

Browse files
committed
Downgrade version to 0.3.5
1 parent 2665e49 commit 14d505d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.4.0",
3+
"version": "1.3.5",
44
"description": "Build a smartphone app for your project in minutes. Blynk allows creating IoT solutions easily. It supports WiFi, Ethernet, Cellular connectivity. Works with over 400 boards like ESP8266, ESP32, Arduino, Raspberry Pi, Particle, etc.",
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.4.0
2+
version=1.3.5
33
author=Blynk
44
license=MIT
55
maintainer=Volodymyr Shymanskyy <vshymanskyi@gmail.com>

src/Blynk/BlynkConfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
* Professional settings
2525
***************************************************/
2626
// Library version.
27-
#define BLYNK_VERSION "1.4.0"
27+
#define BLYNK_VERSION "1.3.5"
2828

2929
#define BLYNK_NEW_LIBRARY
3030

0 commit comments

Comments
 (0)