Skip to content

Commit 0d491df

Browse files
committed
Bump to 1.18.10 and pin version 2.2.9 of the web app.
1 parent 1a81b0f commit 0d491df

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Description:
1111
deployed online to be explored by collaborators. The dashboard includes
1212
'sortable' tables, interactive plots including network visualization, and
1313
fine-grained filtering based on statistical significance.
14-
Version: 1.18.9
14+
Version: 1.18.10
1515
Authors@R: c(
1616
person("Terrence", "Ernst", role = c("aut"),
1717
comment = "Web application"),

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 1.18.10
2+
3+
* The release tarball includes version 2.2.9 of the web app
4+
15
# 1.18.9
26

37
* The release tarball includes version 2.2.8 of the web app

R/zzz.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ OmicNavigatorPrefix <- "ONstudy"
2626

2727
# The R package is meant to be used with a specific version of the app. If a
2828
# user has an older or newer version installed, send a warning.
29-
versionAppPinned <- "2.2.8"
29+
versionAppPinned <- "2.2.9"
3030

3131
# The extra packages required to run the app
3232
appPackages <- c(

0 commit comments

Comments
 (0)