Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
madeye authored and kaneawk committed Sep 4, 2016
1 parent 7c0079a commit 3c91945
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion kcptun/kcptun
Submodule kcptun updated 2 files
+49 −22 client/main.go
+12 −21 server/main.go
1 change: 1 addition & 0 deletions kcptun/make.bash
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ pushd kcptun/client

echo "Get dependences for kcptun"
go get -u github.com/xtaci/kcp-go
go get -u github.com/xtaci/smux
go get

echo "Cross compile kcptun for arm"
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
addSbtPlugin("org.scala-android" % "sbt-android" % "1.6.15")
addSbtPlugin("org.scala-android" % "sbt-android" % "1.6.16")

addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.1.10")

Expand Down
4 changes: 2 additions & 2 deletions src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools" package="com.github.shadowsocks"
android:versionCode="150"
android:versionName="3.0.8">
android:versionCode="151"
android:versionName="3.1.0">

<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
Expand Down

0 comments on commit 3c91945

Please sign in to comment.