Skip to content

Commit

Permalink
Increase minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
iNaD committed Jan 19, 2022
1 parent 09e5104 commit 6c4aad4
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 7 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 0 additions & 2 deletions README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand Down
2 changes: 1 addition & 1 deletion src/INFO
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/SynoFileHostingMediathek.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
* All public functions are required by Synology Download Station.
*
* @author Daniel Gehn <[email protected]>
* @version 0.6.2
* @version 0.7.0
* @copyright 2017-2022 Daniel Gehn
* @license http://opensource.org/licenses/MIT Licensed under MIT License
*/
Expand Down

0 comments on commit 6c4aad4

Please sign in to comment.