Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Johboh committed Feb 4, 2024
1 parent da52205 commit c8fcf24
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion EspNowNetwork/idf_component.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "0.5.11"
version: "0.5.12"
description: Library for setting up a network of ESP NOW nodes
url: https://github.com/Johboh/EspNowNetwork
dependencies:
Expand Down
2 changes: 1 addition & 1 deletion EspNowNetworkHost/idf_component.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "0.5.11"
version: "0.5.12"
description: Library for setting up a network of ESP NOW nodes - Host only
url: https://github.com/Johboh/EspNowNetwork
dependencies:
Expand Down
2 changes: 1 addition & 1 deletion EspNowNetworkNode/idf_component.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "0.5.11"
version: "0.5.12"
description: Library for setting up a network of ESP NOW nodes - Node only
url: https://github.com/Johboh/EspNowNetwork
dependencies:
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,19 @@ In your existing `idf_component.yml` or in a new `idf_component.yml` next to you
```
dependencies:
johboh/EspNowNetworkHost:
version: ">=0.5.11"
version: ">=0.5.12"
```
*Node only*
```
dependencies:
johboh/EspNowNetworkNode:
version: ">=0.5.11"
version: ">=0.5.12"
```
*Full*
```
dependencies:
johboh/EspNowNetwork:
version: ">=0.5.11"
version: ">=0.5.12"
```

### Examples
Expand Down
2 changes: 1 addition & 1 deletion idf_component.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "0.5.11"
version: "0.5.12"
description: Library for setting up a network of ESP NOW nodes
url: https://github.com/Johboh/EspNowNetwork
dependencies:
Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{
"name": "Johan Böhlin"
},
"version": "0.5.11",
"version": "0.5.12",
"license": "MIT",
"repository":
{
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=EspNowNetwork
version=0.5.11
version=0.5.12
author=Johan Böhlin <[email protected]>
maintainer=Johan Böhlin <[email protected]>
sentence=Library for setting up a network of ESP NOW nodes
Expand Down

0 comments on commit c8fcf24

Please sign in to comment.