Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
maykar authored Nov 23, 2018
1 parent 3ad83d0 commit 7840f1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom_components/sensor/plex_recently_added.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from homeassistant.const import CONF_HOST, CONF_PORT, CONF_SSL
from homeassistant.helpers.entity import Entity

__version__ = '0.1.7'
__version__ = '0.1.8'

_LOGGER = logging.getLogger(__name__)

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

0 comments on commit 7840f1f

Please sign in to comment.