From 2d0f07f92f83a6ab2a1ea1214daec85c1b7e4878 Mon Sep 17 00:00:00 2001 From: chrislo27 Date: Sat, 29 Apr 2023 08:50:39 -0700 Subject: [PATCH] Bump stable version of v2.0.0 --- core/src/main/kotlin/polyrhythmmania/PRMania.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/kotlin/polyrhythmmania/PRMania.kt b/core/src/main/kotlin/polyrhythmmania/PRMania.kt index d4e2f183d..a3e9002c2 100644 --- a/core/src/main/kotlin/polyrhythmmania/PRMania.kt +++ b/core/src/main/kotlin/polyrhythmmania/PRMania.kt @@ -15,7 +15,7 @@ object PRMania { const val GITHUB = "https://github.com/chrislo27/PolyrhythmMania" const val HOMEPAGE = "https://polyrhythmmania.rhre.dev" const val DONATE_LINK = "https://www.paypal.com/donate/?hosted_button_id=9JLGHKZNWLLQ8" - val VERSION: Version = Version(2, 0, 0, "RC2_20230423b") + val VERSION: Version = Version(2, 0, 0, "20230429a") const val WIDTH: Int = 1280 const val HEIGHT: Int = 720 val DEFAULT_SIZE: WindowSize = WindowSize(WIDTH, HEIGHT)