Skip to content

Commit 4048ee9

Browse files
author
Kevin Zurek
committed
changed version text from 2.3.4 to 2.3.5
1 parent f31b709 commit 4048ee9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

app/femr/ui/views/home/index.scala.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
@top = {
1212
<div class="jumbotron">
1313
<div class="container">
14-
<h2>Welcome to fEMR 2.3.4, @currentUser.getFirstName!</h2>
14+
<h2>Welcome to fEMR 2.3.5, @currentUser.getFirstName!</h2>
1515
@*<p>This is a placeholder landing page. As more features are developed, this page will change over time.</p>*@
1616
<p>Please select a tab at the top to get started!</p>
1717

app/femr/ui/views/partials/footer.scala.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<hr />
33
<div class="row">
44
<div class="col-xs-6">
5-
<p>fEMR 2.3.4</p>
5+
<p>fEMR 2.3.5</p>
66
</div>
77
<div class="col-xs-6">
88
<p class="text-right">Designed for use in Google Chrome</p>

project/Build.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import sbt._
1111
object ApplicationBuild extends Build {
1212

1313
val appName = "fEMR"
14-
val appVersion = "2.3.4"
14+
val appVersion = "2.3.5"
1515
val currentScalaVersion = "2.11.7"
1616

1717
val appDependencies = Seq(

0 commit comments

Comments
 (0)