prepare for release

This commit is contained in:
Andy Miller
2019-04-12 19:48:03 -06:00
parent f1da7b6063
commit 3d93d50cf0
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
# v1.6.3
## mm/dd/2019
## 04/12/2019
1. [](#new)
* Added `Blueprint::addDynamicHandler()` method to allow custom dynamic handlers, for example `custom-options@: getCustomOptions`

View File

@@ -8,7 +8,7 @@
// Some standard defines
define('GRAV', true);
define('GRAV_VERSION', '1.6.2');
define('GRAV_VERSION', '1.6.3');
define('GRAV_TESTING', false);
define('DS', '/');