mirror of
https://github.com/rstudio/shiny.git
synced 2026-04-07 03:00:20 -04:00
note to news file and upgrade number in R file
This commit is contained in:
1
NEWS
1
NEWS
@@ -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.
|
||||
|
||||
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user