Skip to content

Commit e34844c

Browse files
committed
0.9.9 first release
1 parent becfcfb commit e34844c

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "janusec-admin",
3-
"version": "0.9.8",
3+
"version": "0.9.9",
44
"license": "MIT",
55
"scripts": {
66
"ng": "ng",

src/app/frontpage/frontpage.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div class="container">
22

33
<mat-card>
4-
<h2 i18n="@@product_name">Janusec Application Gateway 0.9.8</h2>
4+
<h2 i18n="@@product_name">Janusec Application Gateway 0.9.9</h2>
55
</mat-card>
66

77
<mat-card>

src/app/nodes/nodes.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ <h2 i18n="@@node_mgmt">Node Management</h2>
55
</mat-card>
66
</div>
77
<div>
8-
<h3 matLine i18n="@@node_notice">Please copy the following node_key into config.json of all slave nodes.</h3>
8+
<h3 matLine i18n="@@node_notice">Please copy the following node_key into config.json of all replica nodes.</h3>
99
<mat-icon>vpn_key</mat-icon>
1010
<span class="wrapkey">{{ applicationService.hexNodesKey }}</span>
1111
</div>

src/polyfills.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ let zhTranslations = {
7070
'waf_logs': 'WAF日志',
7171
'cc_logs': 'CC日志',
7272
// frontpage
73-
'product_name': 'JANUSEC应用网关V0.9.8',
73+
'product_name': 'JANUSEC应用网关V0.9.9',
7474
'product_desc': 'JANUSEC应用网关,提供WAF、CC攻击防御、LDAP及OAuth2身份认证、统一Web化管理入口、证书私钥保护、Web SSH安全运维,Web路由以及可扩展的负载均衡等功能。',
7575
'feature_title': 'JANUSEC应用网关主要特性:',
7676
'feature_waf': 'WAF(Web应用防火墙),CC防护',

0 commit comments

Comments
 (0)