diff --git a/functions.php b/functions.php
index 82af053..36d3fe1 100644
--- a/functions.php
+++ b/functions.php
@@ -7,7 +7,7 @@
* @package Sakura
*/
-define( 'SAKURA_VERSION', '3.0.6' );
+define( 'SAKURA_VERSION', '3.0.7' );
//ini_set('display_errors', true);
//error_reporting(E_ALL);
diff --git a/options.php b/options.php
index 8e04024..6613f58 100644
--- a/options.php
+++ b/options.php
@@ -757,7 +757,7 @@ function optionsframework_options() {
$options[] = array(
'name' => __('关于', 'options_framework_theme'),
- 'desc' => __('Theme Sakura v3.0.6 | 主题说明 | 源码', 'options_framework_theme'),
+ 'desc' => __('Theme Sakura v3.0.7 | 主题说明 | 源码', 'options_framework_theme'),
'id' => 'theme_intro',
'std' => '',
'type' => 'typography ');