Skip to content

Commit

Permalink
Correct version suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislo27 committed Nov 14, 2023
1 parent 3ef1c08 commit 2116692
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, 1, 1, "20231114b")
val VERSION: Version = Version(2, 1, 1, "20231114a")
private const val DEFAULT_WIDTH: Int = 1280
private const val DEFAULT_HEIGHT: Int = 720
val DEFAULT_SIZE: WindowSize = WindowSize(DEFAULT_WIDTH, DEFAULT_HEIGHT)
Expand Down

0 comments on commit 2116692

Please sign in to comment.