diff --git a/dibi/libs/Dibi.php b/dibi/libs/Dibi.php index 8a94b1759..9bb8ff37d 100644 --- a/dibi/libs/Dibi.php +++ b/dibi/libs/Dibi.php @@ -39,8 +39,8 @@ class dibi FIELD_TIME = dibi::TIME; /** version */ - const VERSION = '2.2.0', - REVISION = 'released on 2014-06-02'; + const VERSION = '2.2.2', + REVISION = 'released on 2014-06-30'; /** sorting order */ const ASC = 'ASC', diff --git a/version.txt b/version.txt index 1000c09cf..dc974f4a3 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -Dibi 2.2.0 (released on 2014-06-02) +Dibi 2.2.2 (released on 2014-06-30)