diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2017-01-17 09:17:56 +0100 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2017-01-17 09:17:56 +0100 |
commit | 3ee5c7ea4e508b4945646013f871ad532d09ddbd (patch) | |
tree | 76dae0d3dc78ec812a8bf8bb0b3c786409c17a20 /apps | |
parent | 140555b78685189ff14872c69ed438c5391e77fe (diff) | |
download | nextcloud-server-3ee5c7ea4e508b4945646013f871ad532d09ddbd.tar.gz nextcloud-server-3ee5c7ea4e508b4945646013f871ad532d09ddbd.zip |
minor version bump
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'apps')
-rw-r--r-- | apps/encryption/appinfo/info.xml | 2 | ||||
-rw-r--r-- | apps/files_external/appinfo/info.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/encryption/appinfo/info.xml b/apps/encryption/appinfo/info.xml index 61dc5564060..307fef4ad8a 100644 --- a/apps/encryption/appinfo/info.xml +++ b/apps/encryption/appinfo/info.xml @@ -18,7 +18,7 @@ <user>user-encryption</user> <admin>admin-encryption</admin> </documentation> - <version>1.5.0</version> + <version>1.6.0</version> <types> <filesystem/> </types> diff --git a/apps/files_external/appinfo/info.xml b/apps/files_external/appinfo/info.xml index 1237e17300a..a28ff177e9c 100644 --- a/apps/files_external/appinfo/info.xml +++ b/apps/files_external/appinfo/info.xml @@ -12,7 +12,7 @@ <documentation> <admin>admin-external-storage</admin> </documentation> - <version>1.2.0</version> + <version>1.3.0</version> <types> <filesystem/> </types> |