diff --git a/functions.php b/functions.php index ec7f396..62aa230 100644 --- a/functions.php +++ b/functions.php @@ -2,7 +2,7 @@ if(Helper::options()->GravatarUrl)define('__TYPECHO_GRAVATAR_PREFIX__', Helper::options()->GravatarUrl); /* MDr Theme Version */ -define('MDR_VERSION', '1.0.3 Dev'); +define('MDR_VERSION', '1.0.3'); /* MDr themeConfig */ function themeConfig($form) { @@ -1276,4 +1276,4 @@ function license($license) { } else { echo ''; } -} \ No newline at end of file +}