Prepare for release

This commit is contained in:
Andy Miller
2016-12-21 13:06:42 -07:00
parent fa27856bc0
commit e0f17a48d5
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
# v1.1.10
## XX/XX/2016
## 12/21/2016
1. [](#improved)
* Improve detection of home path. Also allow `~/.grav` on Windows, drop `ConsoleTrait::isWindows()` method, used only for that [#1204](https://github.com/getgrav/grav/pull/1204)

View File

@@ -8,7 +8,7 @@
// Some standard defines
define('GRAV', true);
define('GRAV_VERSION', '1.1.9');
define('GRAV_VERSION', '1.1.10');
define('GRAV_TESTING', false);
define('DS', '/');
define('GRAV_PHP_MIN', '5.5.9');