Skip to content

Commit

Permalink
Version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gmag11 committed Nov 30, 2020
1 parent ab94326 commit fc232ee
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/FailSafeMode/FailSafeMode.ino
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* @file FailSafeMode.ino
* @version 0.2.0
* @date 23/11/2020
* @version 0.2.1
* @date 30/11/2020
* @author German Martin
* @brief Example on how to use library to add Fail Safe mode to any ESP32 or ESP8266 project
*/
Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "FailSafeMode",
"frameworks": "arduino",
"version": "0.2.0",
"version": "0.2.1",
"keywords": "ota, fail",
"platforms": ["espressif32", "espressif8266"],
"description": "Allows implementing fail safe mode as a last resource in case main code fails and OTA update is the most convenient way to load a new program",
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=FailSafeMode
version=0.2.0
version=0.2.1
author=German Martin
maintainer=German Martin
sentence=Fail Safe mode implementation
Expand Down

0 comments on commit fc232ee

Please sign in to comment.