Skip to content
This repository has been archived by the owner on Sep 2, 2023. It is now read-only.

Commit

Permalink
Ready for release
Browse files Browse the repository at this point in the history
  • Loading branch information
FlyingSky-CN authored Jan 21, 2020
1 parent 6c55d39 commit 0ec60df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down Expand Up @@ -1276,4 +1276,4 @@ function license($license) {
} else {
echo '<div class="copyright">本篇文章未指定许可协议。</div>';
}
}
}

0 comments on commit 0ec60df

Please sign in to comment.