Skip to content

Commit

Permalink
Correct manifest.json to version 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mkanet committed May 23, 2024
1 parent f880ea3 commit 262c5b0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions custom_components/plex_recently_added/manifest.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"domain": "plex_recently_added",
"name": "Plex Recently Added",
"after_dependencies": ["http"],
"codeowners": ["@maykar"],
"config_flow": true,
"dependencies": ["http"],
"dependencies": [],
"documentation": "https://github.com/custom-components/sensor.plex_recently_added",
"iot_class": "local_polling",
"issue_tracker": "https://github.com/custom-components/sensor.plex_recently_added/issues",
"requirements": [],
"version": "0.4.2"
"version": "0.4.3"
}

0 comments on commit 262c5b0

Please sign in to comment.