diff --git a/EasyAdminBundle.php b/EasyAdminBundle.php index 77557045e9..8d953396a8 100644 --- a/EasyAdminBundle.php +++ b/EasyAdminBundle.php @@ -22,7 +22,7 @@ */ class EasyAdminBundle extends Bundle { - const VERSION = '1.12.1-DEV'; + const VERSION = '1.12.1'; public function build(ContainerBuilder $container) { diff --git a/README.md b/README.md index 76c9f1799f..656cee1c17 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.0/). +> (https://github.com/javiereguiluz/EasyAdminBundle/tree/v1.12.1/). Demo Application ----------------