updated beta version

This commit is contained in:
Andy Miller
2016-05-04 16:29:53 -06:00
parent c78104d8de
commit c64c0bc2a0
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
# v1.1.0-beta.3
## xx/xx/2016
## 05/04/2016
1. [](#improved)
* Pass the Page type when calling `onBlueprintCreated`

View File

@@ -2,7 +2,7 @@
// Some standard defines
define('GRAV', true);
define('GRAV_VERSION', '1.1.0-beta.2');
define('GRAV_VERSION', '1.1.0-beta.3');
define('GRAV_TESTING', true);
define('DS', '/');
define('GRAV_PHP_MIN', '5.5.9');