Skip to content

Commit

Permalink
16 version
Browse files Browse the repository at this point in the history
Signed-off-by: Roeland Jago Douma <[email protected]>
  • Loading branch information
rullzer committed Jan 22, 2020
1 parent b50034b commit 9d26aed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.0.5
version+=1.2.0

all: appstore

Expand Down
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<name>End-to-End Encryption</name>
<summary>End-to-end encryption endpoint</summary>
<description>Provides the necessary endpoint to enable end-to-end encryption. End-to-end encryption is still in alpha state, don't use this in production and only with test data!</description>
<version>1.3.0</version>
<version>1.2.0</version>
<licence>agpl</licence>
<author>Bjoern Schiessle</author>
<namespace>EndToEndEncryption</namespace>
Expand All @@ -18,6 +18,6 @@
<repository type="git">https://github.com/nextcloud/end_to_end_encryption.git</repository>
<screenshot>https://raw.githubusercontent.com/nextcloud/end_to_end_encryption/master/screenshots/e2ee-filelisting.png</screenshot>
<dependencies>
<nextcloud min-version="17" max-version="17"/>
<nextcloud min-version="16" max-version="16"/>
</dependencies>
</info>

0 comments on commit 9d26aed

Please sign in to comment.