From 58c0b98c3fb02ae9c743c60ffc30780525b020f9 Mon Sep 17 00:00:00 2001 From: Samuel Holland Date: Thu, 24 Aug 2017 23:24:17 -0500 Subject: Prepare version 0.1.0 Signed-off-by: Jason A. Donenfeld --- app/build.gradle | 4 ++-- 1 file 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" } } -- cgit v1.2.3-59-g8ed1b