Skip to content

Commit

Permalink
changed version text from 2.1.5 to 2.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Zurek committed Dec 11, 2015
1 parent 3d0353a commit b0083f0
Show file tree
Hide file tree
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
Expand Up @@ -11,7 +11,7 @@
@top = {
<div class="jumbotron">
<div class="container">
<h2>Welcome to fEMR 2.1.5, @currentUser.getFirstName!</h2>
<h2>Welcome to fEMR 2.1.6, @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 Down
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.1.5 &copy; 2015</p>
<p>fEMR 2.1.6 &copy; 2015</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 @@ -5,7 +5,7 @@ import play.Play.autoImport._
object ApplicationBuild extends Build {

val appName = "fEMR"
val appVersion = "2.1.5"
val appVersion = "2.1.6"
val currentScalaVersion = "2.11.2"

val appDependencies = Seq(
Expand Down

0 comments on commit b0083f0

Please sign in to comment.