From d7401e2106b4d96cc6e1fbe406da7e7746546599 Mon Sep 17 00:00:00 2001 From: anthony restaino Date: Wed, 28 Jun 2017 21:43:56 -0400 Subject: [PATCH] Bump for bugfix --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index b262873..cda7375 100644 --- a/build.gradle +++ b/build.gradle @@ -23,7 +23,7 @@ ext { targetSdkVersion = 26 buildToolsVersion = '26.0.0' - versionName = '4.5.0' - versionCode_lite = 97 - versionCode_plus = 95 + versionName = '4.5.1' + versionCode_lite = 98 + versionCode_plus = 96 }