nextcloud 13 version bump

This commit is contained in:
Jonas Heinrich 2018-02-12 15:09:13 +01:00
parent d17b7720ce
commit 9908231b7a
3 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
## 0.6.1 2018-08-11
### Changed
- Display station metadata
[#53]() @onny
## 0.6.0 2017-08-11
### Added
- Display station metadata

View File

@ -1,4 +1,4 @@
Copyright 2016 Jonas Heinrich
Copyright 2018 Jonas Heinrich
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

View File

@ -3,7 +3,7 @@
<id>radio</id>
<name>Radio</name>
<description>Listening to your favorite radio stations in Nextcloud</description>
<version>0.6.0</version>
<version>0.6.1</version>
<licence>agpl</licence>
<author>Jonas Heinrich</author>
<bugs>https://git.project-insanity.org/onny/nextcloud-app-radio/issues</bugs>
@ -12,6 +12,6 @@
<screenshot>https://onny.project-insanity.org/files/radio-app.png</screenshot>
<dependencies>
<owncloud min-version="9.1" max-version="9.2"/>
<nextcloud min-version="10" max-version="12"/>
<nextcloud min-version="10" max-version="13"/>
</dependencies>
</info>