Skip to content

Commit

Permalink
Set correct dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Johboh committed Aug 13, 2024
1 parent ed1cce3 commit 6a7d8c2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions idf_component.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
version: "0.7.1"
version: "0.7.2"
description: Host driver code for the EspNowNetwork, see https://github.com/Johboh/EspNowNetwork for more details.
url: https://github.com/Johboh/EspNowNetworkHostDriver
dependencies:
idf: ">=4.4"
johboh/espnownetworkshared:
version: ">=1.0.0"
johboh/espnownetworkhost:
version: ">=0.7.1"
version: ">=0.7.2"
4 changes: 2 additions & 2 deletions library.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{
"name": "Johan Böhlin"
},
"version": "0.7.1",
"version": "0.7.2",
"license": "GPL-3.0-or-later",
"repository":
{
Expand Down Expand Up @@ -40,7 +40,7 @@
{
"owner": "johboh",
"name": "EspNowNetworkHost",
"version": "^0.7.1"
"version": "^0.7.2"
}
]
}
4 changes: 2 additions & 2 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=EspNowNetworkHostDriver
version=0.7.1
version=0.7.2
author=Johan Böhlin <github@johboh.dev>
maintainer=Johan Böhlin <github@johboh.dev>
sentence=Host driver code for the EspNowNetwork
Expand All @@ -9,4 +9,4 @@ url=https://github.com/Johboh/EspNowNetworkHostDriver
architectures=esp32
repository=https://github.com/Johboh/EspNowNetworkHostDriver.git
license=GPL-3.0-or-later
dependends=Johboh/EspNowNetworkShared (>=1.0.0 && <2.0.0),Johboh/EspNowNetworkHost (>=0.7.1 && <1.0.0)
dependends=EspNowNetworkShared (>=1.0.0 && <2.0.0),EspNowNetworkHost (>=0.7.1 && <1.0.0)

0 comments on commit 6a7d8c2

Please sign in to comment.