From 9cc1e4dd1266bd7a00f449c56e376f658d85de7d Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Wed, 23 Mar 2016 08:16:21 +0100 Subject: [PATCH] Prepared the 1.12.2 release --- EasyAdminBundle.php | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 ----------------