diff --git a/RELEASE.md b/RELEASE.md index 3226028..75b9f72 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,3 +1,12 @@ +# v1.4.2 # + +- No new features + +## Bugfixes ## + +- Fixed issues with previous release + + # v1.4.1 # - Merged #136 for content matching in HTTP searches diff --git a/phplib/411bootstrap.php b/phplib/411bootstrap.php index 0a42c2c..b292774 100644 --- a/phplib/411bootstrap.php +++ b/phplib/411bootstrap.php @@ -20,7 +20,7 @@ date_default_timezone_set("UTC"); define('BASE_DIR', realpath(__DIR__ . '/..')); -define('VERSION', '1.4.1'); +define('VERSION', '1.4.2'); // Set up autoloader for our classes. spl_autoload_register(function($class) {