Skip to content

Commit

Permalink
Merge pull request #67 from sile/bump-to-v0.4.1
Browse files Browse the repository at this point in the history
Bump version to v0.4.1
  • Loading branch information
sile authored Aug 2, 2021
2 parents fc067c3 + 5c2852c commit 8bf28b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>", "Luro02 <[email protected]>"]
description = "HLS m3u8 parser/generator"
homepage = "https://github.com/sile/hls_m3u8"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -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(
Expand Down

0 comments on commit 8bf28b7

Please sign in to comment.