diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2015-02-25 11:49:03 (GMT) |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2015-02-25 11:49:03 (GMT) |
commit | 091e42ab63927ba380305c615847373b81b8891d (patch) | |
tree | 6cde0c9d7e1cf506f11206c7323d7ab7426ade4d /plugins/kolab_files | |
parent | c0129f7768f5ff77e5bb227fe65d2a8bd07d8e63 (diff) | |
download | roundcubemail-plugins-kolab-091e42ab63927ba380305c615847373b81b8891d.tar.gz |
Set plugin versions to 3.2.7roundcubemail-plugins-kolab-3.2.7
Diffstat (limited to 'plugins/kolab_files')
-rw-r--r-- | plugins/kolab_files/composer.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/kolab_files/composer.json b/plugins/kolab_files/composer.json index 32c3265..115f303 100644 --- a/plugins/kolab_files/composer.json +++ b/plugins/kolab_files/composer.json @@ -4,7 +4,7 @@ "description": "User interface for Kolab File Manager (Chwala)", "homepage": "http://git.kolab.org/roundcubemail-plugins-kolab/", "license": "AGPLv3", - "version": "3.2.6", + "version": "3.2.7", "authors": [ { "name": "Aleksander Machniak", @@ -21,6 +21,6 @@ "require": { "php": ">=5.3.0", "roundcube/plugin-installer": ">=0.1.3", - "kolab/libkolab": ">=3.2.6" + "kolab/libkolab": ">=3.2.7" } } |