Skip to content

Commit b0bfd52

Browse files
committed
Bump version to 0.2.1
1 parent 526d02d commit b0bfd52

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bore-cli"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
authors = ["Eric Zhang <[email protected]>"]
55
license = "MIT"
66
description = "A modern, simple TCP tunnel in Rust that exposes local ports to a remote server, bypassing standard NAT connection firewalls."

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ You can optionally pass in a `--port` option to pick a specific port on the remo
3838
The full options are shown below.
3939

4040
```shell
41-
bore-local 0.2.0
41+
bore-local 0.2.1
4242
Starts a local proxy to the remote server
4343

4444
USAGE:
@@ -68,7 +68,7 @@ That's all it takes! After the server starts running at a given address, you can
6868
The full options for the `bore server` command are shown below.
6969
7070
```shell
71-
bore-server 0.2.0
71+
bore-server 0.2.1
7272
Runs the remote proxy server
7373
7474
USAGE:

0 commit comments

Comments
 (0)