diff --git a/EasyAdminBundle.php b/EasyAdminBundle.php index 71d7f67c44..62807ac38b 100644 --- a/EasyAdminBundle.php +++ b/EasyAdminBundle.php @@ -21,7 +21,7 @@ */ class EasyAdminBundle extends Bundle { - const VERSION = '1.12.8-DEV'; + const VERSION = '1.13.0'; public function build(ContainerBuilder $container) { diff --git a/README.md b/README.md index 344877e083..206929e264 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,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.7/). +> (https://github.com/javiereguiluz/EasyAdminBundle/tree/v1.13.0/). Demo Application ----------------