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 Aug 21, 2018
1 parent bf00c37 commit 285dd25
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 @@ -6,8 +6,8 @@
<summary>📸🔀☁️ Random background from Unsplash</summary>
<description>Show a new random featured nature photo from Unsplash on the log in screen and in the header.</description>
<licence>AGPL</licence>
<author mail="hey@jancborchardt.net" homepage="http://jancborchardt.net">Jan-Christoph Borchardt</author>
<version>1.1.1</version>
<author mail="hey@jancborchardt.net" homepage="https://jancborchardt.net">Jan-Christoph Borchardt</author>
<version>1.1.2</version>
<namespace>Unsplash</namespace>
<category>customization</category>
<category>multimedia</category>
Expand All @@ -18,6 +18,6 @@
<screenshot>https://raw.githubusercontent.com/jancborchardt/unsplash/master/unsplash.jpg</screenshot>
<screenshot>https://raw.githubusercontent.com/jancborchardt/unsplash/master/unsplash-header.jpg</screenshot>
<dependencies>
<nextcloud min-version="11" max-version="14"/>
<nextcloud min-version="13" max-version="15"/>
</dependencies>
</info>

0 comments on commit 285dd25

Please sign in to comment.