Skip to content

Commit

Permalink
Release v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lomirus committed Jan 28, 2022
1 parent 94eeea8 commit fd9e52a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.0"
version = "0.2.1"
edition = "2021"
authors = ["Lomirus"]
description = "Launch a local network server with live reload feature for static pages."
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ $ cargo install live-server

```console
$ live-server --help
live-server 0.2.0
live-server 0.2.1
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> [default: 8000]
-p, --port <PORT> Set server port [default: 8000]
-V, --version Print version information
```

Expand Down

0 comments on commit fd9e52a

Please sign in to comment.