diff --git a/EasyAdminBundle.php b/EasyAdminBundle.php index e39ec57d2a..15975451bf 100644 --- a/EasyAdminBundle.php +++ b/EasyAdminBundle.php @@ -22,7 +22,7 @@ */ class EasyAdminBundle extends Bundle { - const VERSION = '1.12.2-DEV'; + const VERSION = '1.12.2'; public function build(ContainerBuilder $container) { diff --git a/README.md b/README.md index 656cee1c17..ad0ea361ea 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ read before using EasyAdmin. > **❮ NOTE ❯** you are reading the documentation of the bundle's **development** > version. You can also [read the documentation of the latest stable version ➜] -> (https://github.com/javiereguiluz/EasyAdminBundle/tree/v1.12.1/). +> (https://github.com/javiereguiluz/EasyAdminBundle/tree/v1.12.2/). Demo Application ----------------