Skip to content

Commit

Permalink
Increase minor version, add br info to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
iNaD committed Jan 14, 2020
1 parent 2bf59be commit c95d9e4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Ein Synology-NAS mit einer aktuellen Version des `DiskStation Managers` (mindest
- 3sat (`3sat.de`)
- ARD (`ardmediathek.de`, `mediathek.daserste.de`)
- Arte (`arte.tv`)
- BR (`br.de`)
- KiKa (`kika.de`)
- MDR (`mdr.de`)
- NDR (`ndr.de`)
Expand Down
1 change: 1 addition & 0 deletions README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ A Synology NAS with the latest version of `DiskStation Manager` (at least DSM 5.
- 3sat (`3sat.de`)
- ARD (`ardmediathek.de`, `mediathek.daserste.de`)
- Arte (`arte.tv`)
- BR (`br.de`)
- KiKa (`kika.de`)
- MDR (`mdr.de`)
- NDR (`ndr.de`)
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.5.2",
"version": "0.6.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,mediathek.daserste.de,mediathek.rbb-online.de,wdr.de,one.ard.de,arte.tv,kika.de,ndr.de,mdr.de,br.de",
"displayname": "ÖR Mediatheken",
"version": "0.5.2",
"version": "0.6.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 @@ -44,7 +44,7 @@
* All public functions are required by Synology Download Station.
*
* @author Daniel Gehn <[email protected]>
* @version 0.5.2
* @version 0.6.0
* @copyright 2017-2020 Daniel Gehn
* @license http://opensource.org/licenses/MIT Licensed under MIT License
*/
Expand Down

0 comments on commit c95d9e4

Please sign in to comment.