note to news file and upgrade number in R file

This commit is contained in:
dmpe
2016-03-11 19:21:25 +01:00
parent b255fecc6e
commit e486778b36
2 changed files with 2 additions and 1 deletions

1
NEWS
View File

@@ -1,5 +1,6 @@
shiny 0.13.1.9001
--------------------------------------------------------------------------------
* Fixes #1056: Upgrades Bootstrap to 3.3.6
* Fixed #561: DataTables might pop up a warning when the data is updated
extremely frequently.

View File

@@ -65,7 +65,7 @@ bootstrapLib <- function(theme = NULL) {
}
bootstrapDependency <- function(theme = NULL) {
htmlDependency("bootstrap", "3.3.5",
htmlDependency("bootstrap", "3.3.6",
c(
href = "shared/bootstrap",
file = system.file("www/shared/bootstrap", package = "shiny")