Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbanda committed Jun 24, 2019
1 parent bb7609b commit e2afaf9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Ada Extension for PD Biomarker DREAM Challenge [![version](https://img.shields.io/badge/version-0.0.4-green.svg)](https://ada-discovery.org)
# Ada Extension for PD Biomarker DREAM Challenge [![version](https://img.shields.io/badge/version-0.0.5-green.svg)](https://ada-discovery.org)

This is an extension of Ada Discovery Analytics for PD Biomarker DREAM Challenge concluded in October 2017. It contains mainly custom web visualizations/screens for MDS and t-SNE projections, and aggregated correlations.

Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ organization := "org.adada"

name := "ada-dream-pd-challenge"

version := "0.0.4"
version := "0.0.5"

description := "Ada extension for PD Biomarker DREAM Challenge containing mainly custom MDS, t-SNE, and aggregated correlation (web) visualizations/screens."

Expand All @@ -17,7 +17,7 @@ routesImport ++= Seq(
)

libraryDependencies ++= Seq(
"org.adada" %% "ada-web" % "0.7.3.RC.9",
"org.adada" %% "ada-web" % "0.7.3",
"org.webjars" % "visjs" % "4.21.0" // interactive graph visualizations
)

Expand Down

0 comments on commit e2afaf9

Please sign in to comment.