diff --git a/DESCRIPTION b/DESCRIPTION index 18e2106..56aefa6 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: webshot Title: Take Screenshots of Web Pages -Version: 0.5.2 +Version: 0.5.2.9000 Authors@R: c( person("Winston", "Chang", email = "winston@rstudio.com", role = c("aut", "cre")), person("Yihui", "Xie", role = "ctb"), diff --git a/NEWS.md b/NEWS.md index b4d85c6..6d6839d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,7 +1,12 @@ +webshot 0.5.2.9000 +============= + +* Fixed logic in `install_phantomjs()` when `force=TRUE` is used. ([#86](https://github.com/wch/webshot/pull/86)) + webshot 0.5.2 ============= -* Modified `install_phantomjs()` function to only install a new version of PhantomJS if the installed version is out of date or it isn't installed. (@coatless, [#82](https://github.com/wch/webshot/pull/82)) +* Modified `install_phantomjs()` function to only install a new version of PhantomJS if the installed version is out of date or it isn't installed. (@coatless, [#85](https://github.com/wch/webshot/pull/85)) * Added `force` parameter. When it is set to `TRUE`, `install_phantomjs()` will reinstall phantomjs. (@coatless, [#82](https://github.com/wch/webshot/pull/82))