Skip to content
This repository has been archived by the owner on May 11, 2020. It is now read-only.

Commit

Permalink
bump forwarder version to 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyxdd committed Oct 27, 2017
1 parent 411d54e commit 5e0a5d0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ Update checking system
### 0.3.2
Add an option (-r) for forwarding connections to remote servers

### 0.3.3
Add the same encryption system as dragonite-proxy, use option (-k) to set passwords

## dragonite-proxy

### 0.1.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Dragonite is a reliable application level data transport protocol based on UDP.

**[See the Wiki page](https://github.com/dragonite-network/dragonite-java/wiki)**

Dragonite 是一个基于 UDP 的可靠传输协议,针对高丢包与不稳定的网络优化传输速度。本项目有一系列基于 Dragonite 协议的应用,例如**TCP 双边加速流量转发工具****加密 SOCKS5 代理**
Dragonite 是一个基于 UDP 的可靠传输协议,能针对高丢包与不稳定的网络极大提高传输速度。本项目有一系列基于 Dragonite 协议的应用,例如 **TCP 双边加速流量转发工具****加密 SOCKS5 代理**

**中文用户请加入 [Telegram 群组](https://t.me/DragoniteProject)**

Expand Down
2 changes: 1 addition & 1 deletion VERSIONS
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
forwarder-0.3.2
forwarder-0.3.3
proxy-0.3.1
2 changes: 1 addition & 1 deletion dragonite-forwarder/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins {
}

group 'com.vecsight.dragonite'
version '0.3.2'
version '0.3.3'

apply plugin: 'java'
apply plugin: 'application'
Expand Down

0 comments on commit 5e0a5d0

Please sign in to comment.