From 6cf29425198cd2eae4c01b2dbaf88276dac8da42 Mon Sep 17 00:00:00 2001 From: Evan Debenham Date: Wed, 13 Jan 2021 13:22:39 -0500 Subject: [PATCH] v0.9.1c: actual final commit this time I promise --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f8e591903..2ae149d14 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ allprojects { appName = 'Shattered Pixel Dungeon' appPackageName = 'com.shatteredpixel.shatteredpixeldungeon' - appVersionCode = 508 + appVersionCode = 510 appVersionName = '0.9.1c' appJavaCompatibility = JavaVersion.VERSION_1_8