diff --git a/console/irext_console.js b/console/irext_console.js
index 0678051..26bc02d 100644
--- a/console/irext_console.js
+++ b/console/irext_console.js
@@ -43,7 +43,7 @@ require('./routes');
var certificateLogic = require('./work_unit/authentication_logic.js');
// kick start the engine
-System.startupHttp(http, serverListenPort, "irext Console V0.2.5");
+System.startupHttp(http, serverListenPort, "irext Console V1.2.7");
////////////////// authentication middleware //////////////////
function tokenValidation (req, res, next) {
diff --git a/console/web/index.html b/console/web/index.html
index 5320253..061b257 100644
--- a/console/web/index.html
+++ b/console/web/index.html
@@ -15,7 +15,7 @@
diff --git a/console/web/locales/dev/translation.json b/console/web/locales/dev/translation.json
index d8aeb24..b6eb2dc 100644
--- a/console/web/locales/dev/translation.json
+++ b/console/web/locales/dev/translation.json
@@ -3,7 +3,7 @@
"name": "IRext"
},
"page_index": {
- "title": "IRext 本地控制台 - 0.2.6",
+ "title": "IRext 本地控制台 - 1.2.7",
"d_signin_title": "登入",
"d_signin_email": "邮箱地址",
"d_signin_password": "密码",
diff --git a/console/web/locales/en-US/translation.json b/console/web/locales/en-US/translation.json
index 01c7f10..3cf4f74 100644
--- a/console/web/locales/en-US/translation.json
+++ b/console/web/locales/en-US/translation.json
@@ -3,7 +3,7 @@
"name": "IRext"
},
"page_index": {
- "title": "IRext Local Console - 0.2.6",
+ "title": "IRext Local Console - 1.2.7",
"d_signin_title": "Sign in",
"d_signin_email": "Email",
"d_signin_password": "Password",
diff --git a/console/web/locales/en/translation.json b/console/web/locales/en/translation.json
index 01c7f10..3cf4f74 100644
--- a/console/web/locales/en/translation.json
+++ b/console/web/locales/en/translation.json
@@ -3,7 +3,7 @@
"name": "IRext"
},
"page_index": {
- "title": "IRext Local Console - 0.2.6",
+ "title": "IRext Local Console - 1.2.7",
"d_signin_title": "Sign in",
"d_signin_email": "Email",
"d_signin_password": "Password",
diff --git a/console/web/locales/zh-CN/translation.json b/console/web/locales/zh-CN/translation.json
index d8aeb24..b6eb2dc 100644
--- a/console/web/locales/zh-CN/translation.json
+++ b/console/web/locales/zh-CN/translation.json
@@ -3,7 +3,7 @@
"name": "IRext"
},
"page_index": {
- "title": "IRext 本地控制台 - 0.2.6",
+ "title": "IRext 本地控制台 - 1.2.7",
"d_signin_title": "登入",
"d_signin_email": "邮箱地址",
"d_signin_password": "密码",
diff --git a/console/web/locales/zh/translation.json b/console/web/locales/zh/translation.json
index d8aeb24..b6eb2dc 100644
--- a/console/web/locales/zh/translation.json
+++ b/console/web/locales/zh/translation.json
@@ -3,7 +3,7 @@
"name": "IRext"
},
"page_index": {
- "title": "IRext 本地控制台 - 0.2.6",
+ "title": "IRext 本地控制台 - 1.2.7",
"d_signin_title": "登入",
"d_signin_email": "邮箱地址",
"d_signin_password": "密码",
diff --git a/server/pom.xml b/server/pom.xml
index d1ab56e..fea15f9 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -5,7 +5,7 @@
net.irext.server
private-server
-
0.2.6
+
1.2.7
jar
IRext Private Server