Skip to content

Commit

Permalink
examples: update component pattern to accept upstream bugfix version
Browse files Browse the repository at this point in the history
  • Loading branch information
mahavirj committed Oct 1, 2022
1 parent 197d1d1 commit 7e642e6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions examples/factory_demo/main/idf_component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ dependencies:
version: "~2.0.0"
rules:
- if: "idf_version >=5.0"
chmorgan/esp-libhelix-mp3: "1.0.1"
chmorgan/esp-file-iterator: "1.0.0"
chmorgan/esp-audio-player: "1.0.2"
chmorgan/esp-libhelix-mp3: "~1.0.1"
chmorgan/esp-file-iterator: "~1.0.0"
chmorgan/esp-audio-player: "~1.0.2"
## Required IDF version
idf:
version: ">=4.1.0"
Expand Down
6 changes: 3 additions & 3 deletions examples/mp3_demo/main/idf_component.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
## IDF Component Manager Manifest File
dependencies:
chmorgan/esp-libhelix-mp3: "1.0.1"
chmorgan/esp-file-iterator: "1.0.0"
chmorgan/esp-audio-player: "1.0.2"
chmorgan/esp-libhelix-mp3: "~1.0.1"
chmorgan/esp-file-iterator: "~1.0.0"
chmorgan/esp-audio-player: "~1.0.2"
## Required IDF version
idf:
version: ">=4.1.0"
Expand Down

0 comments on commit 7e642e6

Please sign in to comment.