Skip to content

Commit

Permalink
Prepared the 1.13.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
javiereguiluz committed May 29, 2016
1 parent 321494e commit 6188442
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.13.1-DEV';
const VERSION = '1.13.1';

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.13.0/).
> (https://github.com/javiereguiluz/EasyAdminBundle/tree/v1.13.1/).
Demo Application
----------------
Expand Down

0 comments on commit 6188442

Please sign in to comment.