Skip to content

Commit b5b1caa

Browse files
committed
- Prepared Patch 1.0.1 to fix the Frameworks support
1 parent 3700792 commit b5b1caa

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ You can quickly and easily add this library to your project in PlatformIO by sim
4646

4747
```ini
4848
lib_deps =
49-
flowduino/ESPressio-Observable@^1.0.0
49+
flowduino/ESPressio-Observable@^1.0.1
5050
```
5151

5252
Alternatively, if you want to use the bleeding-edge (effectively "Developer Integration Testing" or "DIT") sources, you can instead use:

component.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ COMPONENT_SRCDIRS := src
33
CXXFLAGS += -DESPRESSIO_OBSERVER
44
CXXFLAGS += -DESPRESSIO_OBSERVER_VERSION_MAJOR=1
55
CXXFLAGS += -DESPRESSIO_OBSERVER_VERSION_MINOR=0
6-
CXXFLAGS += -DESPRESSIO_OBSERVER_VERSION_PATCH=0
7-
CXXFLAGS += -DESPRESSIO_OBSERVER_VERSION_STRING=\"1.0.0\"
6+
CXXFLAGS += -DESPRESSIO_OBSERVER_VERSION_PATCH=1
7+
CXXFLAGS += -DESPRESSIO_OBSERVER_VERSION_STRING=\"1.0.1\"

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"type": "git",
1212
"url": "https://github.com/Flowduino/ESPressio-Observable.git"
1313
},
14-
"version": "1.0.0",
14+
"version": "1.0.1",
1515
"license": "Apache-2.0",
1616
"frameworks": "*",
1717
"platforms": "*",

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Flowduino ESPressio-Observable
2-
version=1.0.0
2+
version=1.0.1
33
author=Simon J. Stuart
44
maintainer=Flowduino.com
55
sentence=Observation Library intended for use with all microcontrollers

0 commit comments

Comments
 (0)