Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
rhukster committed Feb 15, 2018
1 parent 550468a commit 5b9a40d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# v1.4.0-rc.2
## mm/dd/2018
## 02/15/2018

1. [](#new)
* Added new `Collection::toExtendedArray()` method that's particularly useful for Json output of data
Expand Down
2 changes: 1 addition & 1 deletion system/defines.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

// Some standard defines
define('GRAV', true);
define('GRAV_VERSION', '1.4.0-rc.1');
define('GRAV_VERSION', '1.4.0-rc.2');
define('GRAV_TESTING', true);
define('DS', '/');

Expand Down

0 comments on commit 5b9a40d

Please sign in to comment.