Skip to content

Commit

Permalink
chore(release): bump v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lomirus committed Jul 7, 2022
1 parent 87db458 commit 33c30ad
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 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.3.0"
version = "0.4.0"
edition = "2021"
authors = ["Lomirus"]
description = "Launch a local network server with live reload feature for static pages."
Expand Down
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,17 @@ $ cargo install live-server

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

USAGE:
live-server [OPTIONS]
live-server [OPTIONS] [PATH]

ARGS:
<PATH> Set the path of the static assets [default: .]

OPTIONS:
-h, --host <HOST> Set the listener host, otherwise it will be set to the local IP address
-h, --host <HOST> Set the listener host [default: LAN IP address]
--help Print help information
-p, --port <PORT> Set the listener port [default: 8000]
-V, --version Print version information
Expand All @@ -40,6 +43,6 @@ OPTIONS:
$ live-server
Watcher listening on /home/lomirus/demo
Server listening on http://192.168.0.105:8000/
[UPDATE] "index.html"
[UPDATE] "script.js"
[UPDATE] index.html
[UPDATE] scripts/main.js
```

0 comments on commit 33c30ad

Please sign in to comment.