diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2015-03-27 13:47:54 (GMT) |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2015-03-27 13:47:54 (GMT) |
commit | ea8a8b29722b26f3b9c6ae736069aacc8c9600b6 (patch) | |
tree | 4f65b9945cc7e62ed26df23433e8409b6b862ca4 /plugins/kolab_files | |
parent | f6ad1d2b666aed171f90343afc9b6d58c2d69370 (diff) | |
download | roundcubemail-plugins-kolab-ea8a8b29722b26f3b9c6ae736069aacc8c9600b6.tar.gz |
Bump version numbers and version numbers for plugins depending on the plugins for which the version numbers have been bumpedroundcubemail-plugins-kolab-3.2.8
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 115f303..959d1c7 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.7", + "version": "3.2.8", "authors": [ { "name": "Aleksander Machniak", @@ -21,6 +21,6 @@ "require": { "php": ">=5.3.0", "roundcube/plugin-installer": ">=0.1.3", - "kolab/libkolab": ">=3.2.7" + "kolab/libkolab": ">=3.2.8" } } |