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

Commit

Permalink
Bump version to v3.20.6
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislo27 committed Oct 25, 2020
1 parent b8fee53 commit 94462af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A custom remix editor for the [Rhythm Heaven](https://en.wikipedia.org/wiki/Rhyt

### [Download the latest release here!](https://github.com/chrislo27/RhythmHeavenRemixEditor/releases/latest)

> As of 2020-08-16, this project is no longer in active development. Bugfixes may still be released occasionally.
> As of 2020-10-25, this project is no longer in development, and is not accepting new issues.
[![Downloads](https://img.shields.io/github/downloads/chrislo27/RhythmHeavenRemixEditor/total.svg)](https://github.com/chrislo27/RhythmHeavenRemixEditor/releases)<br>
Read the [README here](http://rhre.readthedocs.io/en/latest/README/).<br>
Expand Down
2 changes: 1 addition & 1 deletion core/src/main/kotlin/io/github/chrislo27/rhre3/RHRE3.kt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ object RHRE3 {

const val TITLE = "Rhythm Heaven Remix Editor"
const val TITLE_3 = "Rhythm Heaven Remix Editor 3"
val VERSION: Version = Version(3, 20, 6, "DEVELOPMENT")
val VERSION: Version = Version(3, 20, 6, "")
val EXPERIMENTAL: Boolean = VERSION.suffix.matches("DEVELOPMENT|SNAPSHOT(?:.)*|RC\\d+".toRegex())
val enableEarlyAccessMessage: Boolean = EXPERIMENTAL && VERSION.suffix != "DEVELOPMENT"
const val WIDTH = 1280
Expand Down

0 comments on commit 94462af

Please sign in to comment.