From 828469840edb89c313297d022ec540d2bdea0b17 Mon Sep 17 00:00:00 2001 From: lomirus Date: Sat, 18 Jan 2025 18:44:44 +0800 Subject: [PATCH] chore: release v0.9.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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."