diff options
author | Samuel Holland <samuel@sholland.org> | 2017-08-24 23:24:17 -0500 |
---|---|---|
committer | Samuel Holland <samuel@sholland.org> | 2017-08-24 23:24:17 -0500 |
commit | 58c0b98c3fb02ae9c743c60ffc30780525b020f9 (patch) | |
tree | 63950c576d9e2626e0164dc8da91d0643733737b /app | |
parent | b7992d234c1f46b1e2d12179b9b7ed6ee6ecd452 (diff) |
Prepare version 0.1.0
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'app')
-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 cd1cecc2..5caf20b1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -16,8 +16,8 @@ android { applicationId "com.wireguard.android" minSdkVersion 21 targetSdkVersion 26 - versionCode 1 - versionName "1.0" + versionCode 100 + versionName "0.1.0" } } |