diff --git a/README.md b/README.md index ec342a0..5b6c744 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,6 @@ Ermöglicht es mit der Synology Download Station Videos aus den Mediatheken der ÖR herunterzuladen. -[![Build Status](https://travis-ci.com/iNaD/ds-mediatheken.svg?branch=master)](https://travis-ci.com/iNaD/ds-mediatheken) - ## Inhalt - [Features](#features) diff --git a/README_EN.md b/README_EN.md index 444e660..796b2f4 100644 --- a/README_EN.md +++ b/README_EN.md @@ -4,8 +4,6 @@ Allows you to download videos from the german public service broadcasters' media libraries via Synology Download Station. -[![Build Status](https://travis-ci.com/iNaD/ds-mediatheken.svg?branch=master)](https://travis-ci.com/iNaD/ds-mediatheken) - ## Table of Content - [Features](#features) diff --git a/composer.json b/composer.json index cfc7f61..d999f07 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ "homepage": "https://theinad.com", "license": "MIT", "name": "theinad/mediathek", - "version": "0.6.2", + "version": "0.7.0", "autoload": { "psr-4": { "TheiNaD\\DSMediatheken\\": "src/" diff --git a/src/INFO b/src/INFO index 344a0bc..aa36267 100644 --- a/src/INFO +++ b/src/INFO @@ -2,7 +2,7 @@ "name": "mediathek", "hostprefix": "zdf.de,3sat.de,ardmediathek.de,arte.tv,kika.de,br.de", "displayname": "ÖR Mediatheken", - "version": "0.6.2", + "version": "0.7.0", "authentication": "no", "module": "SynoFileHostingMediathek.php", "class": "TheiNaD\\DSMediatheken\\SynoFileHostingMediathek", diff --git a/src/SynoFileHostingMediathek.php b/src/SynoFileHostingMediathek.php index 115ec84..4354ba4 100644 --- a/src/SynoFileHostingMediathek.php +++ b/src/SynoFileHostingMediathek.php @@ -36,7 +36,7 @@ * All public functions are required by Synology Download Station. * * @author Daniel Gehn - * @version 0.6.2 + * @version 0.7.0 * @copyright 2017-2022 Daniel Gehn * @license http://opensource.org/licenses/MIT Licensed under MIT License */