diff --git a/core/src/main/kotlin/polyrhythmmania/PRMania.kt b/core/src/main/kotlin/polyrhythmmania/PRMania.kt index 913c3af2f..57114dda0 100644 --- a/core/src/main/kotlin/polyrhythmmania/PRMania.kt +++ b/core/src/main/kotlin/polyrhythmmania/PRMania.kt @@ -12,7 +12,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(1, 0, 2, "dev_20210906d") + val VERSION: Version = Version(1, 0, 2, "20210907a") const val WIDTH: Int = 1280 //1080 const val HEIGHT: Int = 720 val DEFAULT_SIZE: WindowSize = WindowSize(WIDTH, HEIGHT)