From 94462af571439b08c0ef72614f4c92d581a07412 Mon Sep 17 00:00:00 2001 From: chrislo27 Date: Sun, 25 Oct 2020 14:37:29 -0700 Subject: [PATCH] Bump version to v3.20.6 --- README.md | 2 +- core/src/main/kotlin/io/github/chrislo27/rhre3/RHRE3.kt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e667bbca2..9ac5ed596 100644 --- a/README.md +++ b/README.md @@ -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)
Read the [README here](http://rhre.readthedocs.io/en/latest/README/).
diff --git a/core/src/main/kotlin/io/github/chrislo27/rhre3/RHRE3.kt b/core/src/main/kotlin/io/github/chrislo27/rhre3/RHRE3.kt index be667c199..b71295233 100644 --- a/core/src/main/kotlin/io/github/chrislo27/rhre3/RHRE3.kt +++ b/core/src/main/kotlin/io/github/chrislo27/rhre3/RHRE3.kt @@ -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