We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d9a9902 + 3eff361 commit e6d201eCopy full SHA for e6d201e
library.json
@@ -13,7 +13,7 @@
13
"type": "git",
14
"url": "https://github.com/blinker-iot/blinker-library.git"
15
},
16
- "version": "0.3.80210517",
+ "version": "0.3.8",
17
"homepage": "https://blinker.app/",
18
"export": {
19
"exclude": [
library.properties
@@ -1,5 +1,5 @@
1
name=Blinker
2
-version=0.3.80210517
+version=0.3.8
3
author=i3water
4
maintainer=i3wawter
5
sentence=Build a easy way for your IoT project.
src/Blinker/BlinkerConfig.h
@@ -5,7 +5,7 @@
// #include "Blinker/BlinkerUtility.h"
6
#include "../Server/BlinkerServer.h"
7
8
-#define BLINKER_VERSION "0.3.70210426"
+#define BLINKER_VERSION "0.3.80210527"
9
10
#define BLINKER_CONNECT_TIMEOUT_MS 10000UL
11
0 commit comments