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" } }