Skip to content

Commit

Permalink
Update max-version to upcoming development version
Browse files Browse the repository at this point in the history
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
  • Loading branch information
jancborchardt committed Sep 5, 2018
1 parent c26885c commit f19764d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ source_dir=$(build_dir)/source
sign_dir=$(build_dir)/sign
package_name=$(app_name)
cert_dir=$(HOME)/.nextcloud/certificates
version+=1.1.1
version+=1.1.2

all: appstore

Expand Down
6 changes: 3 additions & 3 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<summary lang="de">📸🔀☁️ Zufällige Hintergrundbilder von Unsplash</summary>
<description>Show a new random featured nature photo from Unsplash on the log in screen and (optionally) in the header.</description>
<description lang="de">Zeigt ein zufällig ausgewähltes Naturfoto von Unsplash auf dem Anmeldebildschirm und (optional) in der Navigationsleiste an.</description>
<version>1.1.1</version>
<version>1.1.2</version>
<licence>agpl</licence>
<author mail="hey@jancborchardt.net" homepage="http://jancborchardt.net">Jan-Christoph Borchardt</author>
<author mail="hey@jancborchardt.net" homepage="https://jancborchardt.net">Jan-Christoph Borchardt</author>
<namespace>Unsplash</namespace>
<category>customization</category>
<category>multimedia</category>
Expand All @@ -21,7 +21,7 @@
<screenshot>https://raw.githubusercontent.com/jancborchardt/unsplash/master/unsplash-header.jpg</screenshot>
<dependencies>
<php min-version="7.0" />
<nextcloud min-version="11" max-version="14"/>
<nextcloud min-version="13" max-version="15"/>
</dependencies>
<settings>
<admin>OCA\Unsplash\Settings\AdminSettings</admin>
Expand Down

0 comments on commit f19764d

Please sign in to comment.