diff --git a/Cargo.lock b/Cargo.lock index 6e162c0..368f962 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -864,7 +864,7 @@ checksum = "c4cd1a83af159aa67994778be9070f0ae1bd732942279cabb14f86f986a21456" [[package]] name = "live-server" -version = "0.9.0" +version = "0.9.1" dependencies = [ "axum", "clap", diff --git a/Cargo.toml b/Cargo.toml index 91cac62..619694b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "live-server" -version = "0.9.0" +version = "0.9.1" edition = "2021" authors = ["Lomirus"] description = "Launch a local network server with live reload feature for static pages."