diff --git a/Makefile b/Makefile index 017108a..ee84ecb 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ all: svtplay-dl # These variables describe the latest release: VERSION = 0.20 -LATEST_RELEASE_DATE = 2015.10.08 +LATEST_RELEASE_DATE = 2015.10.25 LATEST_RELEASE = $(VERSION).$(LATEST_RELEASE_DATE) # If we build a new release, this is what it will be called: diff --git a/lib/svtplay_dl/__init__.py b/lib/svtplay_dl/__init__.py index 7595102..798050b 100644 --- a/lib/svtplay_dl/__init__.py +++ b/lib/svtplay_dl/__init__.py @@ -48,7 +48,7 @@ from svtplay_dl.service.viaplay import Viaplay from svtplay_dl.service.vimeo import Vimeo from svtplay_dl.service.youplay import Youplay -__version__ = "0.20.2015.10.08" +__version__ = "0.20.2015.10.25" sites = [ Aftonbladet, diff --git a/svtplay-dl b/svtplay-dl index fa401f3..f435d32 100755 Binary files a/svtplay-dl and b/svtplay-dl differ