From 9e52da26a20bb3b2afb55f012fc642b07ea79ee6 Mon Sep 17 00:00:00 2001 From: vanchelo Date: Wed, 11 Mar 2015 13:21:04 +0200 Subject: [PATCH] Up version --- _build/build.config.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_build/build.config.php b/_build/build.config.php index 5ee9005..5df1e9e 100644 --- a/_build/build.config.php +++ b/_build/build.config.php @@ -3,11 +3,11 @@ define('DS', DIRECTORY_SEPARATOR); /* define package */ -define('PKG_NAME', 'fastRouter'); +define('PKG_NAME', 'FastRouter'); define('PKG_NAME_LOWER', strtolower(PKG_NAME)); -define('PKG_VERSION', '1.0.0'); -define('PKG_RELEASE', 'pl1'); +define('PKG_VERSION', '1.0.1'); +define('PKG_RELEASE', 'pl'); define('PKG_AUTO_INSTALL', true); define('PKG_NAMESPACE_PATH', '{core_path}components/' . PKG_NAME_LOWER . '/');