v2.0.1: updated changelog & version for (hopefully) final v2.0.1 release

v2.0.1 got so many re-releases because it sat in beta for a while, and various new issues kept popping up, only the final release of v2.0.1 actually went public. If I do this again in future I'll probably just assign proper beta version codes to the non-final releases.
This commit is contained in:
Evan Debenham
2023-03-29 13:02:07 -04:00
parent 8331a4540a
commit 22790c406e
2 changed files with 5 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ allprojects {
appName = 'Shattered Pixel Dungeon'
appPackageName = 'com.shatteredpixel.shatteredpixeldungeon'
appVersionCode = 694
appVersionCode = 696
appVersionName = '2.0.1'
appJavaCompatibility = JavaVersion.VERSION_1_8