diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2015-01-01 13:09:18 (GMT) |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2015-01-01 13:09:18 (GMT) |
commit | 8db4a68da1c01d16765a06215c9019fabf8e253a (patch) | |
tree | 30b23d8cc825c93bb393c5eb2d2ce912251ad9a8 | |
parent | 6407ed0931998df3bf4db882ae70a20c6d654877 (diff) | |
download | roundcubemail-plugins-kolab-8db4a68da1c01d16765a06215c9019fabf8e253a.tar.gz |
Set versions of individual plugins to closer represent the actual packaged release of the collection of pluginsroundcubemail-plugins-kolab-3.2.2
-rw-r--r-- | plugins/calendar/composer.json | 2 | ||||
-rw-r--r-- | plugins/kolab_addressbook/composer.json | 2 | ||||
-rw-r--r-- | plugins/kolab_auth/composer.json | 2 | ||||
-rw-r--r-- | plugins/kolab_delegation/composer.json | 4 | ||||
-rw-r--r-- | plugins/kolab_files/composer.json | 2 | ||||
-rw-r--r-- | plugins/kolab_notes/composer.json | 2 | ||||
-rw-r--r-- | plugins/tasklist/composer.json | 2 |
7 files changed, 8 insertions, 8 deletions
diff --git a/plugins/calendar/composer.json b/plugins/calendar/composer.json index 6bd2b12..9839b21 100644 --- a/plugins/calendar/composer.json +++ b/plugins/calendar/composer.json @@ -4,7 +4,7 @@ "description": "Calendar plugin", "homepage": "http://git.kolab.org/roundcubemail-plugins-kolab/", "license": "AGPLv3", - "version": "1.1.0", + "version": "3.2.2", "authors": [ { "name": "Thomas Bruederli", diff --git a/plugins/kolab_addressbook/composer.json b/plugins/kolab_addressbook/composer.json index 82f2d55..a6f0dc0 100644 --- a/plugins/kolab_addressbook/composer.json +++ b/plugins/kolab_addressbook/composer.json @@ -4,7 +4,7 @@ "description": "Kolab addressbook", "homepage": "http://git.kolab.org/roundcubemail-plugins-kolab/", "license": "AGPLv3", - "version": "1.0.0", + "version": "3.2.2", "authors": [ { "name": "Thomas Bruederli", diff --git a/plugins/kolab_auth/composer.json b/plugins/kolab_auth/composer.json index bf3fe2a..3e7012f 100644 --- a/plugins/kolab_auth/composer.json +++ b/plugins/kolab_auth/composer.json @@ -4,7 +4,7 @@ "description": "Kolab authentication", "homepage": "http://git.kolab.org/roundcubemail-plugins-kolab/", "license": "AGPLv3", - "version": "1.0.0", + "version": "3.2.2", "authors": [ { "name": "Thomas Bruederli", diff --git a/plugins/kolab_delegation/composer.json b/plugins/kolab_delegation/composer.json index d5e12c3..c63dd57 100644 --- a/plugins/kolab_delegation/composer.json +++ b/plugins/kolab_delegation/composer.json @@ -4,7 +4,7 @@ "description": "Kolab delegation feature", "homepage": "http://git.kolab.org/roundcubemail-plugins-kolab/", "license": "AGPLv3", - "version": "0.5.0", + "version": "3.2.2", "authors": [ { "name": "Aleksander Machniak", @@ -22,6 +22,6 @@ "php": ">=5.3.0", "roundcube/plugin-installer": ">=0.1.3", "kolab/libkolab": ">=1.1.0", - "kolab/kolab_auth": ">=1.0.0" + "kolab/kolab_auth": ">=3.2.2" } } diff --git a/plugins/kolab_files/composer.json b/plugins/kolab_files/composer.json index 1b09e05..8fd6f15 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": "1.1.0", + "version": "3.2.2", "authors": [ { "name": "Aleksander Machniak", diff --git a/plugins/kolab_notes/composer.json b/plugins/kolab_notes/composer.json index 5f96452..2ebb4ef 100644 --- a/plugins/kolab_notes/composer.json +++ b/plugins/kolab_notes/composer.json @@ -4,7 +4,7 @@ "description": "Notes module for Roundcube connecting to a Kolab server for storage", "homepage": "http://git.kolab.org/roundcubemail-plugins-kolab/", "license": "AGPLv3", - "version": "1.1.0", + "version": "3.2.2", "authors": [ { "name": "Thomas Bruederli", diff --git a/plugins/tasklist/composer.json b/plugins/tasklist/composer.json index ac0b35a..210490b 100644 --- a/plugins/tasklist/composer.json +++ b/plugins/tasklist/composer.json @@ -4,7 +4,7 @@ "description": "Task management plugin", "homepage": "http://git.kolab.org/roundcubemail-plugins-kolab/", "license": "AGPLv3", - "version": "1.1.0", + "version": "3.2.2", "authors": [ { "name": "Thomas Bruederli", |