diff --git a/app/femr/ui/views/home/index.scala.html b/app/femr/ui/views/home/index.scala.html index 36edfce21..edbcd44aa 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.3.4, @currentUser.getFirstName!

+

Welcome to fEMR 2.3.5, @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 019fa5bff..c3928bdac 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.3.4

+

fEMR 2.3.5

Designed for use in Google Chrome

diff --git a/project/Build.scala b/project/Build.scala index 4ff1a5fb5..d7b4109c5 100644 --- a/project/Build.scala +++ b/project/Build.scala @@ -11,7 +11,7 @@ import sbt._ object ApplicationBuild extends Build { val appName = "fEMR" - val appVersion = "2.3.4" + val appVersion = "2.3.5" val currentScalaVersion = "2.11.7" val appDependencies = Seq(