File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11
11
@top = {
12
12
< div class ="jumbotron ">
13
13
< 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 >
15
15
@*< p > This is a placeholder landing page. As more features are developed, this page will change over time.</ p > *@
16
16
< p > Please select a tab at the top to get started!</ p >
17
17
Original file line number Diff line number Diff line change 2
2
< hr />
3
3
< div class ="row ">
4
4
< div class ="col-xs-6 ">
5
- < p > fEMR 2.3.4 </ p >
5
+ < p > fEMR 2.3.5 </ p >
6
6
</ div >
7
7
< div class ="col-xs-6 ">
8
8
< p class ="text-right "> Designed for use in Google Chrome</ p >
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import sbt._
11
11
object ApplicationBuild extends Build {
12
12
13
13
val appName = " fEMR"
14
- val appVersion = " 2.3.4 "
14
+ val appVersion = " 2.3.5 "
15
15
val currentScalaVersion = " 2.11.7"
16
16
17
17
val appDependencies = Seq (
You can’t perform that action at this time.
0 commit comments