diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cfb334d6c..45ccd2a1aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -* 3.8.1 (2013-xx-xx) +* 3.8.1 (2013-11-15) - BugFix : IE 6 homepage error message is broken. - BugFix : Databox fields administration is broken on firefox. diff --git a/bower.json b/bower.json index 59b58599db..a26fc3b523 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "Phraseanet", - "version": "3.8.0", + "version": "3.8.1", "dependencies": { "bootstrap": "~2.2.2", "jquery": "~1.8.3", diff --git a/lib/Alchemy/Phrasea/Core/Version.php b/lib/Alchemy/Phrasea/Core/Version.php index ee6054ca28..210a77bc8e 100644 --- a/lib/Alchemy/Phrasea/Core/Version.php +++ b/lib/Alchemy/Phrasea/Core/Version.php @@ -18,7 +18,7 @@ namespace Alchemy\Phrasea\Core; */ class Version { - protected static $number = '3.8.1-alpha.4'; + protected static $number = '3.8.1'; protected static $name = 'Diplodocus'; public static function getNumber()