diff --git a/DESCRIPTION b/DESCRIPTION index e37cc57..632858d 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: htmlwidgets Type: Package Title: HTML Widgets for R -Version: 1.6.1.9000 +Version: 1.6.2 Authors@R: c( person("Ramnath", "Vaidyanathan", role = c("aut", "cph")), person("Yihui", "Xie", role = c("aut")), diff --git a/NEWS.md b/NEWS.md index 5c7adf5..3e27b5a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -htmlwidgets 1.6.1.9000 +htmlwidgets 1.6.2 ------------------------------------------------------ * Closed #452: `as.tag.htmlwidget()` now includes `...` in it's function signature (for compatibility with the `htmltools::as.tags` generic).