From 5c2852c3ce0e176915cb9ec0919b6c01e8e84bca Mon Sep 17 00:00:00 2001 From: Takeru Ohta Date: Tue, 3 Aug 2021 07:11:16 +0900 Subject: [PATCH] Bump version to v0.4.1 --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c8541a9..c3e967e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hls_m3u8" -version = "0.4.0" # remember to update html_root_url +version = "0.4.1" # remember to update html_root_url authors = ["Takeru Ohta ", "Luro02 <24826124+Luro02@users.noreply.github.com>"] description = "HLS m3u8 parser/generator" homepage = "https://github.com/sile/hls_m3u8" diff --git a/src/lib.rs b/src/lib.rs index 2c3e595..9dfaa2d 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,4 +1,4 @@ -#![doc(html_root_url = "https://docs.rs/hls_m3u8/0.4.0")] +#![doc(html_root_url = "https://docs.rs/hls_m3u8/0.4.1")] #![forbid(unsafe_code)] #![warn(rust_2018_idioms)] #![warn(