Skip to content

Commit

Permalink
changed version text from 2.3.0 to 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Zurek committed Feb 10, 2017
1 parent ecde4df commit 0ddc0d2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/femr/ui/views/home/index.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
@top = {
<div class="jumbotron">
<div class="container">
<h2>Welcome to fEMR 2.3.0, @currentUser.getFirstName!</h2>
<h2>Welcome to fEMR 2.3.1, @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>

Expand All @@ -30,4 +30,4 @@ <h2>Welcome to fEMR 2.3.0, @currentUser.getFirstName!</h2>
<li>@role.getName</li>
}
</ul> *@
}
}
2 changes: 1 addition & 1 deletion app/femr/ui/views/partials/footer.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<hr />
<div class="row">
<div class="col-xs-6">
<p>fEMR 2.3.0</p>
<p>fEMR 2.3.1</p>
</div>
<div class="col-xs-6">
<p class="text-right">Designed for use in Google Chrome</p>
Expand Down
2 changes: 1 addition & 1 deletion project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import sbt._
object ApplicationBuild extends Build {

val appName = "fEMR"
val appVersion = "2.3.0"
val appVersion = "2.3.1"
val currentScalaVersion = "2.11.7"

val appDependencies = Seq(
Expand Down

0 comments on commit 0ddc0d2

Please sign in to comment.