From 8a74ba7f36c641fc570de67972af62d68d96f5fb Mon Sep 17 00:00:00 2001 From: Chris Howey Date: Fri, 30 Apr 2021 16:37:13 -0500 Subject: [PATCH] bump version --- AndroidManifest.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index ef2e9ca..22b8d1d 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -3,8 +3,8 @@ xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" package="com.github.howeyc.crocgui" - android:versionCode="15" - android:versionName="1.8.1"> + android:versionCode="16" + android:versionName="1.8.2">