diff --git a/app/build.gradle b/app/build.gradle
index 8aad7fe1170690af005ef8b23d5a2fa2b2d7a935..5439518586129847684903cd9a44696fec3a710e 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -28,8 +28,8 @@ android {
         applicationId "id.ac.ui.cs.myui"
         minSdkVersion 19
         targetSdkVersion 25
-        versionCode 4
-        versionName "BETA"
+        versionCode 5
+        versionName "1.0 BETA"
         testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
     }
     buildTypes {