Skip to content

Commit 5d550a9

Browse files
committed
Increment version number to 1.0.1
1 parent d752380 commit 5d550a9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: httr2
22
Title: Perform HTTP Requests and Process the Responses
3-
Version: 1.0.0.9000
3+
Version: 1.0.1
44
Authors@R: c(
55
person("Hadley", "Wickham", , "hadley@rstudio.com", role = c("aut", "cre")),
66
person("RStudio", role = c("cph", "fnd")),

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# httr2 (development version)
1+
# httr2 1.0.1
22

33
* `req_perform_stream()` gains a `round = c("byte", "line")` argument to control
44
how the stream is rounded (#437).

0 commit comments

Comments
 (0)