Skip to content

Commit

Permalink
Released mnemo-4.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Oct 21, 2015
1 parent cb9406f commit 5791aa8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions mnemo/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"role": "lead"
}
],
"version": "4.2.7",
"time": "2015-08-01",
"version": "4.2.8",
"time": "2015-10-21",
"repositories": [
{
"type": "pear",
Expand All @@ -26,7 +26,7 @@
],
"require": {
"php": ">=5.3.0,<=6.0.0alpha1",
"pear-pear.horde.org/content": ">=2.0.3@stable,<=3.0.0alpha1@stable",
"pear-pear.horde.org/content": ">=2.0.5@stable,<=3.0.0alpha1@stable",
"pear-pear.horde.org/horde": ">=5.0.0@stable,<=6.0.0alpha1@stable",
"pear-pear.horde.org/Horde_Auth": ">=2.0.0@stable,<=3.0.0alpha1@stable",
"pear-pear.horde.org/Horde_Core": ">=2.7.0@stable,<=3.0.0alpha1@stable",
Expand Down
6 changes: 3 additions & 3 deletions mnemo/docs/CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
----------
v4.2.8-git
----------
------
v4.2.8
------

[jan] Update Italian translation.
[mjr] Remove object reference from Content when object is deleted (Bug #14112).
Expand Down
2 changes: 1 addition & 1 deletion mnemo/lib/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class Mnemo_Application extends Horde_Registry_Application

/**
*/
public $version = 'H5 (4.2.8-git)';
public $version = 'H5 (4.2.8)';

/**
* Global variables defined:
Expand Down

0 comments on commit 5791aa8

Please sign in to comment.