From c1efefeddfa9d410098cd02c25fa4fbb249e0118 Mon Sep 17 00:00:00 2001 From: Eric Zhang Date: Fri, 8 Apr 2022 04:17:01 -0400 Subject: [PATCH] Update version to 0.2.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 024c451..c9bb7d9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -84,7 +84,7 @@ dependencies = [ [[package]] name = "bore-cli" -version = "0.1.1" +version = "0.2.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 70a5b89..4587f14 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bore-cli" -version = "0.1.1" +version = "0.2.0" authors = ["Eric Zhang "] license = "MIT" description = "A modern, simple TCP tunnel in Rust that exposes local ports to a remote server, bypassing standard NAT connection firewalls." diff --git a/README.md b/README.md index 5b6a0fa..2df6025 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ You can optionally pass in a `--port` option to pick a specific port on the remo The full options are shown below. ```shell -bore-local 0.1.1 +bore-local 0.2.0 Starts a local proxy to the remote server USAGE: @@ -68,7 +68,7 @@ That's all it takes! After the server starts running at a given address, you can The full options for the `bore server` command are shown below. ```shell -bore-server 0.1.1 +bore-server 0.2.0 Runs the remote proxy server USAGE: