diff --git a/application/index/view/default/config.json b/application/index/view/default/config.json
index 11fc6d944..d14b022d1 100755
--- a/application/index/view/default/config.json
+++ b/application/index/view/default/config.json
@@ -1,6 +1,6 @@
{
"name":"默认主题",
- "ver":"1.9.0",
+ "ver":"1.9.1",
"author":"Devil",
"home":"https://shopxo.net/"
}
\ No newline at end of file
diff --git a/application/lang/zh-cn.php b/application/lang/zh-cn.php
index 6e5ad922b..dc8531f91 100755
--- a/application/lang/zh-cn.php
+++ b/application/lang/zh-cn.php
@@ -29,6 +29,7 @@ return array(
'1.8.0' => array('value' => '1.8.0', 'name' => 'v1.8.0'),
'1.8.1' => array('value' => '1.8.1', 'name' => 'v1.8.1'),
'1.9.0' => array('value' => '1.9.0', 'name' => 'v1.9.0'),
+ '1.9.1' => array('value' => '1.9.1', 'name' => 'v1.9.1'),
),
// 用户注册类型列表
diff --git a/public/core.php b/public/core.php
index 3c4b3feb1..8c4b81efe 100755
--- a/public/core.php
+++ b/public/core.php
@@ -13,7 +13,7 @@
if(version_compare(PHP_VERSION,'5.6.0','<')) die('PHP版本最低 5.6.0');
// 系统版本
-define('APPLICATION_VERSION', 'v1.9.0');
+define('APPLICATION_VERSION', 'v1.9.1');
// 定义系统目录分隔符
define('DS', '/');
diff --git a/sourcecode/alipay/pages/common/copyright.axml b/sourcecode/alipay/pages/common/copyright.axml
index d0cf6d000..4877ca312 100644
--- a/sourcecode/alipay/pages/common/copyright.axml
+++ b/sourcecode/alipay/pages/common/copyright.axml
@@ -1,5 +1,5 @@
- Powered by ShopXO v1.9.0
+ Powered by ShopXO v1.9.1
\ No newline at end of file
diff --git a/sourcecode/baidu/pages/common/copyright.swan b/sourcecode/baidu/pages/common/copyright.swan
index d0cf6d000..4877ca312 100755
--- a/sourcecode/baidu/pages/common/copyright.swan
+++ b/sourcecode/baidu/pages/common/copyright.swan
@@ -1,5 +1,5 @@
- Powered by ShopXO v1.9.0
+ Powered by ShopXO v1.9.1
\ No newline at end of file
diff --git a/sourcecode/qq/pages/common/copyright.qml b/sourcecode/qq/pages/common/copyright.qml
index d0cf6d000..4877ca312 100755
--- a/sourcecode/qq/pages/common/copyright.qml
+++ b/sourcecode/qq/pages/common/copyright.qml
@@ -1,5 +1,5 @@
- Powered by ShopXO v1.9.0
+ Powered by ShopXO v1.9.1
\ No newline at end of file
diff --git a/sourcecode/toutiao/pages/common/copyright.ttml b/sourcecode/toutiao/pages/common/copyright.ttml
index d0cf6d000..4877ca312 100755
--- a/sourcecode/toutiao/pages/common/copyright.ttml
+++ b/sourcecode/toutiao/pages/common/copyright.ttml
@@ -1,5 +1,5 @@
- Powered by ShopXO v1.9.0
+ Powered by ShopXO v1.9.1
\ No newline at end of file
diff --git a/sourcecode/weixin/pages/common/copyright.wxml b/sourcecode/weixin/pages/common/copyright.wxml
index d0cf6d000..4877ca312 100755
--- a/sourcecode/weixin/pages/common/copyright.wxml
+++ b/sourcecode/weixin/pages/common/copyright.wxml
@@ -1,5 +1,5 @@
- Powered by ShopXO v1.9.0
+ Powered by ShopXO v1.9.1
\ No newline at end of file