Skip to content

Commit

Permalink
Released content-2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Jun 2, 2014
1 parent 15ea2dd commit cd051b3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
4 changes: 2 additions & 2 deletions content/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
}
],
"version": "2.0.4",
"time": "2013-07-16",
"time": "2014-06-02",
"repositories": [
{
"type": "pear",
"url": "http://pear.horde.org"
}
],
"require": {
"php": ">=5.3.0",
"php": ">=5.3.0,<=6.0.0alpha1",
"pear-pear.horde.org/Horde_Core": ">=2.0.0@stable,<=3.0.0alpha1@stable",
"pear-pear.horde.org/Horde_Date": ">=2.0.0@stable,<=3.0.0alpha1@stable",
"pear-pear.horde.org/Horde_Exception": ">=2.0.0@stable,<=3.0.0alpha1@stable",
Expand Down
6 changes: 3 additions & 3 deletions content/docs/CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
----------
v2.0.4-git
----------
------
v2.0.4
------

[jan] Fix date format for 'created' column.

Expand Down
2 changes: 1 addition & 1 deletion content/lib/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ class Content_Application extends Horde_Registry_Application
{
/**
*/
public $version = '2.0.4-git';
public $version = '2.0.4';
}
5 changes: 2 additions & 3 deletions content/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
<email>mrubinsk@horde.org</email>
<active>yes</active>
</lead>
<date>2013-07-16</date>
<time>19:33:21</time>
<date>2014-06-02</date>
<version>
<release>2.0.4</release>
<api>2.0.0</api>
Expand Down Expand Up @@ -483,7 +482,7 @@
<stability>
<release>stable</release>
<api>stable</api></stability>
<date>2013-07-16</date>
<date>2014-06-02</date>
<license uri="http://www.horde.org/licenses/bsd">BSD-2-Clause</license>
<notes>
* [jan] Fix date format for &apos;created&apos; column.
Expand Down

0 comments on commit cd051b3

Please sign in to comment.