Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhangJiupeng committed Oct 19, 2017
1 parent 8db517b commit 1badac7
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 24 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
============

[![Build Status](https://travis-ci.org/ZhangJiupeng/AgentX.svg?branch=master)](https://travis-ci.org/ZhangJiupeng/AgentX)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/cc.agentx/agentx/badge.svg)](https://maven-badges.herokuapp.com/maven-central/cc.agentx/agentx)
[![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)
[![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)

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


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

### Document
[Introduction](https://github.com/ZhangJiupeng/AgentX/wiki/Introduction)
Expand Down
4 changes: 2 additions & 2 deletions agentx-server-1.2-install.sh → agentx-server-1.3-install.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/bash

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

Expand All @@ -13,7 +13,7 @@ echo -e "\n\n\
/_/ \\_\\__, |\\___|_| |_|\\__ /_/\\_\\ \n\
|___/ \n\
\n\
AgentX Server 1.2 Installer \n\
AgentX Server 1.3 Installer \n\
========================================="
if [ ! -d "${basePath}" ]; then
echo -e "Create folder \"${basePath}\""
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/bash

name="agentx-server-1.2-beta"
name="agentx-server-1.3-beta"
basePath="/usr/local/agentx/"

clear
Expand All @@ -12,7 +12,7 @@ echo -e "\n\n\
/_/ \\_\\__, |\\___|_| |_|\\__ /_/\\_\\ \n\
|___/ \n\
\n\
AgentX Server 1.2 Installer \n\
AgentX Server 1.3 Installer \n\
========================================="
if [ ! -d "${basePath}" ]; then
echo -e "${name} has already removed. \n"
Expand Down
34 changes: 17 additions & 17 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<artifactId>agentx</artifactId>
<packaging>jar</packaging>
<name>agentx</name>
<version>1.2.1</version>
<description>a flexible secure-socks5 proxy to bypass the firewalls</description>
<version>1.3.0</version>
<description>a versatile socks5 proxy</description>
<url>http://www.agentx.cc/</url>

<licenses>
Expand Down Expand Up @@ -243,21 +243,21 @@
<artifactId>guava</artifactId>
<version>23.0</version>
</dependency>
<dependency>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.0.1</version>
</dependency>
<dependency>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.10.4</version>
</dependency>
<dependency>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.6</version>
</dependency>
<!--<dependency>-->
<!--<groupId>org.apache.maven.plugins</groupId>-->
<!--<artifactId>maven-source-plugin</artifactId>-->
<!--<version>3.0.1</version>-->
<!--</dependency>-->
<!--<dependency>-->
<!--<groupId>org.apache.maven.plugins</groupId>-->
<!--<artifactId>maven-javadoc-plugin</artifactId>-->
<!--<version>2.10.4</version>-->
<!--</dependency>-->
<!--<dependency>-->
<!--<groupId>org.apache.maven.plugins</groupId>-->
<!--<artifactId>maven-gpg-plugin</artifactId>-->
<!--<version>1.6</version>-->
<!--</dependency>-->
</dependencies>

</project>
4 changes: 2 additions & 2 deletions web/console.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
font-size: 1rem;
line-height: 1.5;
color: #373a3c;
background-color: rgba(236, 238, 239, .6);
background-color: #edeff0;
}

#main {
Expand Down Expand Up @@ -154,7 +154,7 @@ <h2>X-Console</h2>

option = {
title: {
text: 'AgentX 1.2 Real-time traffic',
text: 'AgentX 1.3.0 Real-time traffic',
left: '7%'
},
tooltip: {
Expand Down

0 comments on commit 1badac7

Please sign in to comment.