Skip to content

Commit

Permalink
chore: release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lomirus committed Mar 12, 2022
1 parent d5fcc2a commit e41869f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "live-server"
version = "0.2.1"
version = "0.3.0"
edition = "2021"
authors = ["Lomirus"]
description = "Launch a local network server with live reload feature for static pages."
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,16 @@ $ cargo install live-server

```console
$ live-server --help
live-server 0.2.1
live-server 0.3.0
Launch a local network server with live reload feature for static pages

USAGE:
live-server [OPTIONS]

OPTIONS:
-h, --help Print help information
-p, --port <PORT> Set server port [default: 8000]
-h, --host <HOST> Set the listener host, otherwise it will be set to the local IP address
--help Print help information
-p, --port <PORT> Set the listener port [default: 8000]
-V, --version Print version information
```

Expand Down

0 comments on commit e41869f

Please sign in to comment.