Skip to content

Commit

Permalink
changed version text from 2.1.8-beta to 2.1.8
Browse files Browse the repository at this point in the history
Kevin Zurek committed Apr 30, 2016

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent b30b6d1 commit 4d710d5
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/femr/ui/views/home/index.scala.html
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@
@top = {
<div class="jumbotron">
<div class="container">
<h2>Welcome to fEMR 2.1.8-beta, @currentUser.getFirstName!</h2>
<h2>Welcome to fEMR 2.1.8, @currentUser.getFirstName!</h2>
@*<p>This is a placeholder landing page. As more features are developed, this page will change over time.</p>*@
<p>Please select a tab at the top to get started!</p>

2 changes: 1 addition & 1 deletion app/femr/ui/views/partials/footer.scala.html
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
<hr />
<div class="row">
<div class="col-xs-6">
<p>fEMR 2.1.8-beta &copy; 2015</p>
<p>fEMR 2.1.8 &copy; 2015</p>
</div>
<div class="col-xs-6">
<p class="text-right">Designed for use in Google Chrome</p>
2 changes: 1 addition & 1 deletion project/Build.scala
Original file line number Diff line number Diff line change
@@ -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(

0 comments on commit 4d710d5

Please sign in to comment.