Skip to content

Commit

Permalink
Merge pull request #19 from tuxuser/bump_version_dependency
Browse files Browse the repository at this point in the history
Bump rest server requirement to v0.9.6
  • Loading branch information
hunterjm committed Oct 4, 2018
2 parents 7aa3707 + 3e0f74f commit e603697
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion xboxone/Dockerfile
Expand Up @@ -17,6 +17,6 @@ RUN apk add --no-cache jq gcc musl-dev python3-dev libffi-dev openssl-dev python
if [[ ! -e /usr/bin/python ]]; then ln -sf /usr/bin/python3 /usr/bin/python; fi && \
rm -r /root/.cache

RUN pip3 install xbox-smartglass-rest==0.9.5
RUN pip3 install xbox-smartglass-rest==0.9.6

CMD [ "/run.sh" ]
2 changes: 1 addition & 1 deletion xboxone/xboxone.py
Expand Up @@ -33,7 +33,7 @@
SUPPORT_NEXT_TRACK | SUPPORT_SELECT_SOURCE | SUPPORT_PLAY | \
SUPPORT_VOLUME_STEP | SUPPORT_VOLUME_MUTE

REQUIRED_SERVER_VERSION = '0.9.5'
REQUIRED_SERVER_VERSION = '0.9.6'

DEFAULT_SSL = False
DEFAULT_HOST = 'localhost'
Expand Down

0 comments on commit e603697

Please sign in to comment.