diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2015-01-21 20:21:11 (GMT) |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2015-01-21 20:21:11 (GMT) |
commit | 7c146ea90a5024d1c00248a2873db70886967dd1 (patch) | |
tree | 570f173f277b2ed4422db34d68d7a8f56c2176b9 /plugins/kolab_files | |
parent | a8acc5052085db3b4b8db8153f9ecd5082c270e0 (diff) | |
download | roundcubemail-plugins-kolab-7c146ea90a5024d1c00248a2873db70886967dd1.tar.gz |
Update versions to 3.2.3roundcubemail-plugins-kolab-3.2.3
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 8fd6f15..58022c9 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.2", + "version": "3.2.3", "authors": [ { "name": "Aleksander Machniak", @@ -21,6 +21,6 @@ "require": { "php": ">=5.3.0", "roundcube/plugin-installer": ">=0.1.3", - "kolab/libkolab": ">=1.1.0" + "kolab/libkolab": ">=3.2.3" } } |