diff options
author | Samuel Holland <samuel@sholland.org> | 2018-01-09 06:24:40 -0600 |
---|---|---|
committer | Samuel Holland <samuel@sholland.org> | 2018-01-09 10:31:08 -0600 |
commit | c6bdeb1d4579bd23365dcc575b12d8a15660f519 (patch) | |
tree | 1cef6d558c128558f22bdc424e6d6e1e9cb0e843 | |
parent | 17f8c65b2eba06b5a953043580876bc003fb68fe (diff) |
Prepare version 0.3.0
Signed-off-by: Samuel Holland <samuel@sholland.org>
-rw-r--r-- | app/build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle index 94360927..87e46252 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -20,8 +20,8 @@ android { applicationId 'com.wireguard.android' minSdkVersion 21 targetSdkVersion 27 - versionCode 100 - versionName '0.1.0' + versionCode 300 + versionName '0.3.0' } externalNativeBuild { cmake { |