Skip to content
This repository has been archived by the owner on Apr 16, 2023. It is now read-only.

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislo27 committed Mar 20, 2018
1 parent d3b9530 commit 36599f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/main/kotlin/io/github/chrislo27/rhre3/RHRE3.kt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import io.github.chrislo27.toolboks.version.Version
object RHRE3 {

const val TITLE = "Rhythm Heaven Remix Editor 3"
val VERSION: Version = Version(3, 8, 0, "DEVELOPMENT")
val VERSION: Version = Version(3, 8, 0, "")
const val WIDTH = 1280
const val HEIGHT = 720
val DEFAULT_SIZE = WIDTH to HEIGHT
Expand All @@ -27,7 +27,7 @@ object RHRE3 {
const val DATABASE_URL: String = "https://github.com/chrislo27/RHRE-database.git"
val DEV_DATABASE_BRANCH: String = "prototype"
val MASTER_DATABASE_BRANCH: String = "master"
val DATABASE_BRANCH: String = DEV_DATABASE_BRANCH // CANNOT be const
val DATABASE_BRANCH: String = MASTER_DATABASE_BRANCH // CANNOT be const
val DATABASE_CURRENT_VERSION: String = "https://raw.githubusercontent.com/chrislo27/RHRE-database/$DATABASE_BRANCH/current.json"
const val DATABASE_RELEASES = "https://github.com/chrislo27/RHRE-database/releases"
const val RELEASE_API_URL = "https://api.github.com/repos/chrislo27/RhythmHeavenRemixEditor/releases/latest"
Expand Down

0 comments on commit 36599f2

Please sign in to comment.