diff options
-rw-r--r-- | doc/README.txt | 2 | ||||
-rw-r--r-- | main/build.gradle | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/README.txt b/doc/README.txt index b73e4c64..fbe4f704 100644 --- a/doc/README.txt +++ b/doc/README.txt @@ -45,7 +45,7 @@ Q: How is the OpenVPN version different from normal OpenVPN A: OpenVPN for Android uses a OpenVPN 2.4 master branch + dual stack client patches. A git repository of the OpenVPN source code and changes is under: - https://github.com/schwabe/openvpn/tree/ds10 + https://github.com/schwabe/openvpn/ Q: what is minivpn? diff --git a/main/build.gradle b/main/build.gradle index 8231fdf8..658958b9 100644 --- a/main/build.gradle +++ b/main/build.gradle @@ -18,8 +18,8 @@ android { defaultConfig { minSdkVersion 14 targetSdkVersion 21 - versionCode = 107 - versionName = "0.6.26" + versionCode = 108 + versionName = "0.6.27" } sourceSets { |