Bump version to v0.4.1

This commit is contained in:
Takeru Ohta 2021-08-03 07:11:16 +09:00
parent fc067c3293
commit 5c2852c3ce
2 changed files with 2 additions and 2 deletions

View File

@ -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 <phjgt308@gmail.com>", "Luro02 <24826124+Luro02@users.noreply.github.com>"]
description = "HLS m3u8 parser/generator"
homepage = "https://github.com/sile/hls_m3u8"

View File

@ -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(