Skip to content

Commit

Permalink
1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
agouy authored Oct 3, 2020
1 parent e237d8f commit 547abc9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ shinyUI(

navbarPage(

"STRAF 1.0.5: STR Analysis for Forensics",
"STRAF 1.1.2: STR Analysis for Forensics",

##### ANALYSIS TAB ----------------------------------------------------------

Expand Down Expand Up @@ -153,7 +153,7 @@ shinyUI(
h4('Contact'),

p('Please address your questions and bug reports to Alexandre Gouy
(alexandre.gouy [at] iee.unibe.ch). Any suggestions are welcome!'),
(straf [at] agouy.com). Any suggestions are welcome!'),

tags$hr(),

Expand Down Expand Up @@ -526,6 +526,7 @@ shinyUI(
h3("Updates"),

tags$ul(
tags$li("1.1.2 (03/10/2020) – Preparation for integration to Tercen; few minor updates"),
tags$li("1.0.5 (18/09/2018) – a few bug fixes; new page with
updates, license, data usage"),
tags$li("1.0.4 (30/01/2018) - percentages of explained variance
Expand Down Expand Up @@ -571,4 +572,4 @@ shinyUI(
)

)
)
)

0 comments on commit 547abc9

Please sign in to comment.