Skip to content

Commit

Permalink
Bump version to 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sile committed Sep 6, 2024
1 parent 4aa9f63 commit c8d848a
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.1" # remember to update html_root_url
version = "0.4.2" # 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"
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.1")]
#![doc(html_root_url = "https://docs.rs/hls_m3u8/0.4.2")]
#![forbid(unsafe_code)]
#![warn(rust_2018_idioms)]
#![warn(clippy::cargo, clippy::inline_always)]
Expand Down

0 comments on commit c8d848a

Please sign in to comment.