Skip to content

Commit 7840f1f

Browse files
authored
Bump version
1 parent 3ad83d0 commit 7840f1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

custom_components/sensor/plex_recently_added.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from homeassistant.const import CONF_HOST, CONF_PORT, CONF_SSL
1919
from homeassistant.helpers.entity import Entity
2020

21-
__version__ = '0.1.7'
21+
__version__ = '0.1.8'
2222

2323
_LOGGER = logging.getLogger(__name__)
2424

@@ -372,4 +372,4 @@ def get_info(title):
372372
except:
373373
_LOGGER.warning("Failed to get information from TMDB")
374374
tmdb_json = {}
375-
return tmdb_json
375+
return tmdb_json

0 commit comments

Comments
 (0)