Skip to content

Commit

Permalink
Bump version to v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislo27 committed May 2, 2022
1 parent d0897c7 commit 4cf609d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions core/src/main/kotlin/polyrhythmmania/PRMania.kt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import paintbox.util.WindowSize
import polyrhythmmania.container.Container
import polyrhythmmania.soundsystem.AudioDeviceSettings
import java.io.File
import java.util.*


object PRMania {
Expand All @@ -16,8 +15,8 @@ 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, 2, 1, "dev_20220428a")
const val WIDTH: Int = 1280 //1080
val VERSION: Version = Version(1, 2, 1, "20220502a")
const val WIDTH: Int = 1280
const val HEIGHT: Int = 720
val DEFAULT_SIZE: WindowSize = WindowSize(WIDTH, HEIGHT)
val MINIMUM_SIZE: WindowSize = WindowSize(1152, 648)
Expand Down

0 comments on commit 4cf609d

Please sign in to comment.