diff options
author | Frank Karlitschek <frank@owncloud.org> | 2013-05-25 12:08:18 +0200 |
---|---|---|
committer | Frank Karlitschek <frank@owncloud.org> | 2013-05-25 12:08:18 +0200 |
commit | 29c8cbf4d1ec2c2c731c4b0ee15102c5beda72b1 (patch) | |
tree | 5be22c8e7c28838a88cb4417a4bd81597e617ff5 | |
parent | 6a6c18dfab494324d5fa7c2ea7a299830dd79612 (diff) | |
download | nextcloud-server-29c8cbf4d1ec2c2c731c4b0ee15102c5beda72b1.tar.gz nextcloud-server-29c8cbf4d1ec2c2c731c4b0ee15102c5beda72b1.zip |
increase version and add warning
-rw-r--r-- | apps/files_encryption/appinfo/info.xml | 2 | ||||
-rw-r--r-- | apps/files_encryption/appinfo/version | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_encryption/appinfo/info.xml b/apps/files_encryption/appinfo/info.xml index 9de2798dd7c..ea8f6cf6f31 100644 --- a/apps/files_encryption/appinfo/info.xml +++ b/apps/files_encryption/appinfo/info.xml @@ -2,7 +2,7 @@ <info> <id>files_encryption</id> <name>Encryption</name> - <description>Server side encryption of files. Warning: You will lose your data if you enable this App and forget your password. Encryption is not yet compatible with LDAP.</description> + <description>WARNING: This is a preview release of the new ownCloud 5 encryption system. Testing and feedback is very welcome but don't use this in production yet. Encryption is not yet compatible with LDAP.</description> <licence>AGPL</licence> <author>Sam Tuke, Bjoern Schiessle, Florin Peter</author> <require>4</require> diff --git a/apps/files_encryption/appinfo/version b/apps/files_encryption/appinfo/version index 1d71ef97443..bd73f47072b 100644 --- a/apps/files_encryption/appinfo/version +++ b/apps/files_encryption/appinfo/version @@ -1 +1 @@ -0.3
\ No newline at end of file +0.4 |