Skip to content

Commit 617f371

Browse files
committed
Updates readme version
1 parent 76d84e9 commit 617f371

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Released under the MIT License. See the [LICENSE][] File for further details.
1010
## Installation
1111
Install `https` as a global .NET tool using
1212
```bash
13-
dotnet tool install --global https --version 0.1.0-beta
13+
dotnet tool install --global https --version 0.1.1-beta
1414
```
1515

1616
## Usage
@@ -60,7 +60,7 @@ Content-Length: 423
6060
"Content-Length": "17",
6161
"Content-Type": "application/json; charset=utf-8",
6262
"Host": "httpbin.org",
63-
"User-Agent": "dotnet-https/0.1.0.0",
63+
"User-Agent": "dotnet-https/0.1.1.0",
6464
"X-Content": "content-x"
6565
},
6666
"json": {

0 commit comments

Comments
 (0)