Skip to content

Commit

Permalink
Released webmail-5.2.14
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Apr 5, 2016
1 parent 8cee42e commit bdc63e2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions bundles/webmail/composer.json
Expand Up @@ -11,8 +11,8 @@
"role": "lead"
}
],
"version": "5.2.13",
"time": "2016-03-21",
"version": "5.2.14",
"time": "2016-04-05",
"repositories": [
{
"type": "pear",
Expand All @@ -25,13 +25,13 @@
"pear-pear.horde.org/content": ">=2.0.5@stable,<=3.0.0alpha1@stable",
"pear-pear.horde.org/gollem": ">=3.0.8@stable,<=4.0.0alpha1@stable",
"pear-pear.horde.org/horde": ">=5.2.10@stable,<=6.0.0alpha1@stable",
"pear-pear.horde.org/imp": ">=6.2.13@stable,<=7.0.0alpha1@stable",
"pear-pear.horde.org/ingo": ">=3.2.9@stable,<=4.0.0alpha1@stable",
"pear-pear.horde.org/imp": ">=6.2.14@stable,<=7.0.0alpha1@stable",
"pear-pear.horde.org/ingo": ">=3.2.10@stable,<=4.0.0alpha1@stable",
"pear-pear.horde.org/kronolith": ">=4.2.16@stable,<=5.0.0alpha1@stable",
"pear-pear.horde.org/mnemo": ">=4.2.10@stable,<=5.0.0alpha1@stable",
"pear-pear.horde.org/nag": ">=4.2.8@stable,<=5.0.0alpha1@stable",
"pear-pear.horde.org/timeobjects": ">=2.1.1@stable,<=3.0.0alpha1@stable",
"pear-pear.horde.org/nag": ">=4.2.9@stable,<=5.0.0alpha1@stable",
"pear-pear.horde.org/timeobjects": ">=2.1.2@stable,<=3.0.0alpha1@stable",
"pear-pear.horde.org/trean": ">=1.1.5@stable,<=2.0.0alpha1@stable",
"pear-pear.horde.org/turba": ">=4.2.13@stable,<=5.0.0alpha1@stable"
"pear-pear.horde.org/turba": ">=4.2.14@stable,<=5.0.0alpha1@stable"
}
}
6 changes: 3 additions & 3 deletions bundles/webmail/docs/CHANGES
@@ -1,6 +1,6 @@
-----------
v5.2.14-git
-----------
-------
v5.2.14
-------

[jan] Update Greek translation (Limperis Antonis <limperis@cti.gr>).

Expand Down
2 changes: 1 addition & 1 deletion bundles/webmail/lib/Bundle.php
Expand Up @@ -19,7 +19,7 @@ class Horde_Bundle extends Horde_Core_Bundle
/**
* The bundle version.
*/
const VERSION = '5.2.14-git';
const VERSION = '5.2.14';

/**
* The bundle descriptive name.
Expand Down

0 comments on commit bdc63e2

Please sign in to comment.