Skip to content

Commit

Permalink
Adjust version and add dependency on 'person'
Browse files Browse the repository at this point in the history
  • Loading branch information
vingerha committed May 5, 2024
1 parent f6cdc17 commit 3253ee1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom_components/gtfs2/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"codeowners": ["@vingerha"],
"config_flow": true,
"dependencies": [
"zone"
"zone, person"
],
"documentation": "https://github.com/vingerha/gtfs2/wiki",
"iot_class": "local_polling",
"issue_tracker": "https://github.com/vingerha/gtfs2/issues",
"requirements": ["pygtfs==0.1.9","gtfs-realtime-bindings==1.0.0","protobuf==4.25.1"],
"version": "0.3.0"
"version": "0.4"
}

0 comments on commit 3253ee1

Please sign in to comment.