Skip to content

Commit

Permalink
Version update
Browse files Browse the repository at this point in the history
  • Loading branch information
cinzas committed Jun 10, 2023
1 parent 916b682 commit f4b322f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion custom_components/enigma/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from homeassistant.helpers.entity import Entity

# VERSION
VERSION = '1.6'
VERSION = '1.7'

# REQUIREMENTS
REQUIREMENTS = ['beautifulsoup4==4.6.3']
Expand Down
2 changes: 1 addition & 1 deletion custom_components/enigma/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"domain": "enigma",
"name": "Enigma2 addon",
"version" : "1.6",
"version" : "1.7",
"documentation": "https://github.com/cinzas/homeassistant-enigma-player",
"issue_tracker": "https://github.com/cinzas/homeassistant-enigma-player/issues",
"dependencies": [],
Expand Down
2 changes: 1 addition & 1 deletion custom_components/enigma/media_player.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
from homeassistant.util import Throttle

# VERSION
VERSION = '1.6'
VERSION = '1.7'

# Dependencies
DEPENDENCIES = ['enigma']
Expand Down
2 changes: 1 addition & 1 deletion custom_components/enigma/notify.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@


# VERSION
VERSION = '1.6'
VERSION = '1.7'

# Default value for display (if not passed as argument in data field)
# 20 seconds for timeout
Expand Down

0 comments on commit f4b322f

Please sign in to comment.