Skip to content

Commit

Permalink
- Prepared Patch 1.0.1 to fix the Frameworks support
Browse files Browse the repository at this point in the history
  • Loading branch information
LK-Simon committed Feb 23, 2024
1 parent 3700792 commit b5b1caa
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ You can quickly and easily add this library to your project in PlatformIO by sim

```ini
lib_deps =
flowduino/ESPressio-Observable@^1.0.0
flowduino/ESPressio-Observable@^1.0.1
```

Alternatively, if you want to use the bleeding-edge (effectively "Developer Integration Testing" or "DIT") sources, you can instead use:
Expand Down
4 changes: 2 additions & 2 deletions component.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ COMPONENT_SRCDIRS := src
CXXFLAGS += -DESPRESSIO_OBSERVER
CXXFLAGS += -DESPRESSIO_OBSERVER_VERSION_MAJOR=1
CXXFLAGS += -DESPRESSIO_OBSERVER_VERSION_MINOR=0
CXXFLAGS += -DESPRESSIO_OBSERVER_VERSION_PATCH=0
CXXFLAGS += -DESPRESSIO_OBSERVER_VERSION_STRING=\"1.0.0\"
CXXFLAGS += -DESPRESSIO_OBSERVER_VERSION_PATCH=1
CXXFLAGS += -DESPRESSIO_OBSERVER_VERSION_STRING=\"1.0.1\"
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"type": "git",
"url": "https://github.com/Flowduino/ESPressio-Observable.git"
},
"version": "1.0.0",
"version": "1.0.1",
"license": "Apache-2.0",
"frameworks": "*",
"platforms": "*",
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=Flowduino ESPressio-Observable
version=1.0.0
version=1.0.1
author=Simon J. Stuart
maintainer=Flowduino.com
sentence=Observation Library intended for use with all microcontrollers
Expand Down

0 comments on commit b5b1caa

Please sign in to comment.