diff --git a/DESCRIPTION b/DESCRIPTION index 9d8c832e..ca3659a2 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Type: Package Package: httpuv Title: HTTP and WebSocket Server Library -Version: 1.6.14.9000 +Version: 1.6.15 Authors@R: c( person("Joe", "Cheng", , "joe@posit.co", role = "aut"), person("Winston", "Chang", , "winston@posit.co", role = c("aut", "cre")), diff --git a/NEWS.md b/NEWS.md index bf91d0d8..8a321ec0 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# httpuv (development version) +# httpuv 1.6.15 * `runStaticServer()` no longer fails if `browse = TRUE` but `utils::browseURL()` is unable to open the server. (#395)