diff --git a/app/femr/ui/views/home/index.scala.html b/app/femr/ui/views/home/index.scala.html index 90a19fe79..0d2290fbd 100644 --- a/app/femr/ui/views/home/index.scala.html +++ b/app/femr/ui/views/home/index.scala.html @@ -11,7 +11,7 @@ @top = {
-

Welcome to fEMR 2.1.8-beta, @currentUser.getFirstName!

+

Welcome to fEMR 2.1.8, @currentUser.getFirstName!

@*

This is a placeholder landing page. As more features are developed, this page will change over time.

*@

Please select a tab at the top to get started!

diff --git a/app/femr/ui/views/partials/footer.scala.html b/app/femr/ui/views/partials/footer.scala.html index f4cbf8f80..35299c2eb 100644 --- a/app/femr/ui/views/partials/footer.scala.html +++ b/app/femr/ui/views/partials/footer.scala.html @@ -2,7 +2,7 @@
-

fEMR 2.1.8-beta © 2015

+

fEMR 2.1.8 © 2015

Designed for use in Google Chrome

diff --git a/project/Build.scala b/project/Build.scala index b4c38b04e..3be239179 100644 --- a/project/Build.scala +++ b/project/Build.scala @@ -5,7 +5,7 @@ import play.Play.autoImport._ object ApplicationBuild extends Build { val appName = "fEMR" - val appVersion = "2.1.8-beta" + val appVersion = "2.1.8" val currentScalaVersion = "2.11.2" val appDependencies = Seq(