Skip to content

Commit 66e2ad3

Browse files
committed
update version and some attachment files.
1 parent 6f7bf29 commit 66e2ad3

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

CHANGE.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
##1.0.9 Beta
22

33
+ Using TCP resolve domain.
4+
+ fixed aes crypto issue.
45
+ May be contains many bug, even not work properly.
56
+ Not support SSR protocol yet.
67

Readme.cn.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131

3232
##感谢
3333

34-
[shadowsocks](https://github.com/shadowsocks "shadowsocks github 组") github 组 全体人员。
34+
* [shadowsocks](https://github.com/shadowsocks "shadowsocks github 组") github 组 全体人员。
35+
* [ShadowsocksR](https://github.com/breakwa11) 开发者。
3536

3637
##开源许可证
3738

Readme.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ If you have any advices or questions, You can pull request, submit issue or send
3232
##Thanks
3333

3434
[shadowsocks](https://github.com/shadowsocks "shadowsocks github organization") github organization staff.
35+
[ShadowsocksR](https://github.com/breakwa11) developer.
3536

3637
##Open Source Licenses
3738

@@ -54,4 +55,4 @@ This program is free software: you can redistribute it and/or modify it under th
5455

5556
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
5657

57-
You should have received a copy of the GNU General Public License along with this program. If not, see [http://www.gnu.org/licenses/](http://www.gnu.org/licenses/).
58+
You should have received a copy of the GNU General Public License along with this program. If not, see [http://www.gnu.org/licenses/](http://www.gnu.org/licenses/).

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ android {
1010
applicationId "com.proxy.shadowsocksr"
1111
minSdkVersion 14
1212
targetSdkVersion 23
13-
versionCode 9
14-
versionName "1.0.8 Beta"
13+
versionCode 10
14+
versionName "1.0.9 Beta"
1515
}
1616
buildTypes {
1717
debug {

0 commit comments

Comments
 (0)