Skip to content

Commit

Permalink
Bump stable version of v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislo27 committed Apr 29, 2023
1 parent 62d04ba commit 2d0f07f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/kotlin/polyrhythmmania/PRMania.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 2d0f07f

Please sign in to comment.