From c1b2c245b4b05d396f6f0921cdaa97eafecc8ddc Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Tue, 22 Mar 2016 20:22:52 +0100 Subject: [PATCH] Prepared 1.12.1 release --- EasyAdminBundle.php | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 ----------------