Skip to content

Commit

Permalink
Bump version to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
emodric committed Dec 22, 2011
1 parent c05535f commit bb4b9fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion extension.xml
Expand Up @@ -2,7 +2,7 @@
<software>
<metadata>
<name>eZ Tags</name>
<version>1.2</version>
<version>1.2.1</version>
<copyright>Copyright (C) 2010-2011 Netgen d.o.o., 1999-2011 eZ Systems AS</copyright>
<license>GNU General Public License v2.0</license>
<info_url>http://projects.ez.no/eztags</info_url>
Expand Down
4 changes: 2 additions & 2 deletions ezinfo.php
Expand Up @@ -2,7 +2,7 @@
//
// ## BEGIN COPYRIGHT, LICENSE AND WARRANTY NOTICE ##
// SOFTWARE NAME: eZ Tags
// SOFTWARE RELEASE: 1.2
// SOFTWARE RELEASE: 1.2.1
// COPYRIGHT NOTICE: Copyright (C) 2010-2011 Netgen d.o.o., 1999-2011 eZ Systems AS
// SOFTWARE LICENSE: GNU General Public License v2.0
// NOTICE: >
Expand All @@ -27,7 +27,7 @@ class eztagsInfo
static function info()
{
return array( 'Name' => '<a href="http://projects.ez.no/eztags">eZ Tags</a> extension',
'Version' => '1.2',
'Version' => '1.2.1',
'Copyright' => 'Copyright (C) 2010-2011 Netgen d.o.o., 1999-2011 eZ Systems AS',
'License' => 'GNU General Public License v2.0' );
}
Expand Down

0 comments on commit bb4b9fa

Please sign in to comment.