Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislo27 committed Sep 7, 2021
1 parent 0ce225c commit 153d845
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 @@ -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)
Expand Down

0 comments on commit 153d845

Please sign in to comment.