Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
madeye committed Jan 24, 2017
1 parent 6f400bf commit bd0f8fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ android.useSupportVectors

name := "obfs-local"
organization := "com.github.shadowsocks"
version := "0.0.2"
versionCode := Some(2)
version := "0.0.3"
versionCode := Some(3)

platformTarget := "android-25"

Expand Down
2 changes: 1 addition & 1 deletion src/main/jni/simple-obfs
Submodule simple-obfs updated 4 files
+0 −49 src/android.c
+1 −0 src/jconf.h
+20 −0 src/local.c
+19 −4 src/server.c

0 comments on commit bd0f8fa

Please sign in to comment.