diff --git a/README.md b/README.md
index e6e38641e..69c899265 100755
--- a/README.md
+++ b/README.md
@@ -1,9 +1,6 @@
# Luna 2.0 "Emerald"
-
-[![Join the chat at https://gitter.im/GetLuna/Luna](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/GetLuna/Luna?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
-
## About
-Luna is an open source board software web app released under the GPLv2 license. Our vision is to bring you a small (in size) and light forum solution and to provide an experience that is both desktop-first and mobile-first, as many seem to forget about the first one. Luna is the successor to ModernBB, one of the first forum software projects to provide a full featured build-in mobile experience without compromises.
+Luna is an open source board software web app released under the GPLv2 license. Our vision is to bring you a small (in size) and light forum solution and to provide an experience that is both desktop-first and mobile-first, as many seem to forget about the first one.
## Requirements
- A webserver
@@ -32,8 +29,7 @@ Luna supports updating from all versions of FluxBB since 1.4.0, all versions of
- **Luna 2**: all versions supported
## Links
- - Homepage: http://getluna.org/
- - Forums: http://forum.getluna.org/
- - Chat: https://gitter.im/GetLuna/Luna
- - Documentation: http://getluna.org/docs/
- - Development: http://github.com/getluna/luna/
\ No newline at end of file
+ - Homepage: http://getluna.org
+ - Forums: http://forum.getluna.org
+ - Documentation: http://getluna.org/docs
+ - Development: http://github.com/getluna/luna
\ No newline at end of file
diff --git a/include/version.php b/include/version.php
index 5794c6910..bdbb72a9a 100755
--- a/include/version.php
+++ b/include/version.php
@@ -6,9 +6,9 @@
*/
class Version {
- const LUNA_VERSION = '2.0.9-beta';
+ const LUNA_VERSION = '2.0.9';
const LUNA_BRANCH = '2.0';
- const LUNA_CORE_VERSION = '2.0.5813';
+ const LUNA_CORE_VERSION = '2.0.5814';
const LUNA_CODE_NAME = 'Emerald';
// The database version number, every change in the database requires this number to go one up
diff --git a/themes/Fifteen/information.php b/themes/Fifteen/information.php
index 8f80cc88d..e5331551f 100644
--- a/themes/Fifteen/information.php
+++ b/themes/Fifteen/information.php
@@ -15,7 +15,7 @@
fifteen
Fifteen
Studio 384
- 12 June 2018
+ 14 June 2018
2.0.9
2.0.0
2.0.9
diff --git a/themes/Sunrise/information.php b/themes/Sunrise/information.php
index 92b4a3089..6ed7989b4 100644
--- a/themes/Sunrise/information.php
+++ b/themes/Sunrise/information.php
@@ -15,7 +15,7 @@
sunrise
Sunrise
Studio 384
- 12 June 2018
+ 14 June 2018
3.0.9
2.0.0
2.0.9
diff --git a/version.txt b/version.txt
index dcaa2bdd6..30be8f8d2 100755
--- a/version.txt
+++ b/version.txt
@@ -1 +1 @@
-2.0.5779
\ No newline at end of file
+2.0.5814
\ No newline at end of file