Skip to content

Commit

Permalink
changed version text from 2.3.2-beta to 2.3.3-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Zurek committed Feb 15, 2017
1 parent d753d86 commit af63a39
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.3.2-beta, @currentUser.getFirstName!</h2>
<h2>Welcome to fEMR 2.3.3-beta, @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.3.2-beta</p>
<p>fEMR 2.3.3-beta</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.2-beta"
val appVersion = "2.3.3-beta"
val currentScalaVersion = "2.11.7"

val appDependencies = Seq(
Expand Down

0 comments on commit af63a39

Please sign in to comment.