Skip to content

Commit

Permalink
Prepared the 1.13.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
javiereguiluz committed May 11, 2016
1 parent ee94e17 commit e3bf210
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion EasyAdminBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*/
class EasyAdminBundle extends Bundle
{
const VERSION = '1.12.8-DEV';
const VERSION = '1.13.0';

public function build(ContainerBuilder $container)
{
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
----------------
Expand Down

0 comments on commit e3bf210

Please sign in to comment.