Skip to content

Commit 9cab807

Browse files
committed
docs: Update README & cargo.toml file
1 parent 8129e87 commit 9cab807

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "proxy_logger"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
authors = ["Elijah Samson <elijahobara357@gmail.com>"]
55
description = "Command line interface for proxying TCP connections with payload output into console which can be formatted different ways."
66
keywords = ["network", "tcp", "proxy", "logging", "debugging"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ $ proxy_logger --bind-listener-addr 127.0.0.1:20502 --remote-addr 127.0.0.1:2058
3737
Run the following command and wait until the crate is compiled:
3838

3939
```sh
40-
$ cargo install --git https://github.com/obaraelijah/proxy_logger.git --tag v0.1.0 proxy_logger
40+
$ cargo install --git https://github.com/obaraelijah/proxy_logger.git --tag v0.1.1 proxy_logger
4141
```
4242

4343
Also you can remove tag option to install the latest development version.

0 commit comments

Comments
 (0)