Skip to content

Commit 1badac7

Browse files
committed
version update
1 parent 8db517b commit 1badac7

File tree

5 files changed

+25
-24
lines changed

5 files changed

+25
-24
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
============
33

44
[![Build Status](https://travis-ci.org/ZhangJiupeng/AgentX.svg?branch=master)](https://travis-ci.org/ZhangJiupeng/AgentX)
5+
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/cc.agentx/agentx/badge.svg)](https://maven-badges.herokuapp.com/maven-central/cc.agentx/agentx)
56
[![Join Chat](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/shadowsocks-java/Lobby?utm_source=share-link&utm_medium=link&utm_campaign=share-link)
67
[![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)
78

@@ -11,7 +12,7 @@ AgentX is a [Socks5](https://www.ietf.org/rfc/rfc1928.txt) proxy based on [Netty
1112

1213

1314
### Download
14-
[![download](https://img.shields.io/github/downloads/zhangjiupeng/agentx/latest/total.svg)](https://github.com/ZhangJiupeng/AgentX/releases)
15+
[![download](https://img.shields.io/github/downloads/zhangjiupeng/agentx/total.svg)](https://github.com/ZhangJiupeng/AgentX/releases)
1516

1617
### Document
1718
[Introduction](https://github.com/ZhangJiupeng/AgentX/wiki/Introduction)
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/bash
22

3-
name="agentx-server-1.2-beta"
3+
name="agentx-server-1.3-beta"
44
downloadUrl="https://zhangjiupeng.com/agentx/${name}.tar.gz"
55
basePath="/usr/local/agentx/"
66

@@ -13,7 +13,7 @@ echo -e "\n\n\
1313
/_/ \\_\\__, |\\___|_| |_|\\__ /_/\\_\\ \n\
1414
|___/ \n\
1515
\n\
16-
AgentX Server 1.2 Installer \n\
16+
AgentX Server 1.3 Installer \n\
1717
========================================="
1818
if [ ! -d "${basePath}" ]; then
1919
echo -e "Create folder \"${basePath}\""
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/bash
22

3-
name="agentx-server-1.2-beta"
3+
name="agentx-server-1.3-beta"
44
basePath="/usr/local/agentx/"
55

66
clear
@@ -12,7 +12,7 @@ echo -e "\n\n\
1212
/_/ \\_\\__, |\\___|_| |_|\\__ /_/\\_\\ \n\
1313
|___/ \n\
1414
\n\
15-
AgentX Server 1.2 Installer \n\
15+
AgentX Server 1.3 Installer \n\
1616
========================================="
1717
if [ ! -d "${basePath}" ]; then
1818
echo -e "${name} has already removed. \n"

pom.xml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
<artifactId>agentx</artifactId>
1010
<packaging>jar</packaging>
1111
<name>agentx</name>
12-
<version>1.2.1</version>
13-
<description>a flexible secure-socks5 proxy to bypass the firewalls</description>
12+
<version>1.3.0</version>
13+
<description>a versatile socks5 proxy</description>
1414
<url>http://www.agentx.cc/</url>
1515

1616
<licenses>
@@ -243,21 +243,21 @@
243243
<artifactId>guava</artifactId>
244244
<version>23.0</version>
245245
</dependency>
246-
<dependency>
247-
<groupId>org.apache.maven.plugins</groupId>
248-
<artifactId>maven-source-plugin</artifactId>
249-
<version>3.0.1</version>
250-
</dependency>
251-
<dependency>
252-
<groupId>org.apache.maven.plugins</groupId>
253-
<artifactId>maven-javadoc-plugin</artifactId>
254-
<version>2.10.4</version>
255-
</dependency>
256-
<dependency>
257-
<groupId>org.apache.maven.plugins</groupId>
258-
<artifactId>maven-gpg-plugin</artifactId>
259-
<version>1.6</version>
260-
</dependency>
246+
<!--<dependency>-->
247+
<!--<groupId>org.apache.maven.plugins</groupId>-->
248+
<!--<artifactId>maven-source-plugin</artifactId>-->
249+
<!--<version>3.0.1</version>-->
250+
<!--</dependency>-->
251+
<!--<dependency>-->
252+
<!--<groupId>org.apache.maven.plugins</groupId>-->
253+
<!--<artifactId>maven-javadoc-plugin</artifactId>-->
254+
<!--<version>2.10.4</version>-->
255+
<!--</dependency>-->
256+
<!--<dependency>-->
257+
<!--<groupId>org.apache.maven.plugins</groupId>-->
258+
<!--<artifactId>maven-gpg-plugin</artifactId>-->
259+
<!--<version>1.6</version>-->
260+
<!--</dependency>-->
261261
</dependencies>
262262

263263
</project>

web/console.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
font-size: 1rem;
1313
line-height: 1.5;
1414
color: #373a3c;
15-
background-color: rgba(236, 238, 239, .6);
15+
background-color: #edeff0;
1616
}
1717

1818
#main {
@@ -154,7 +154,7 @@ <h2>X-Console</h2>
154154

155155
option = {
156156
title: {
157-
text: 'AgentX 1.2 Real-time traffic',
157+
text: 'AgentX 1.3.0 Real-time traffic',
158158
left: '7%'
159159
},
160160
tooltip: {

0 commit comments

Comments
 (0)