From 31b31fd9584d1eb2c0e9ea257deea9c5029b5152 Mon Sep 17 00:00:00 2001 From: Rutger Schoorstra Date: Sat, 30 Jul 2022 13:05:09 +0200 Subject: [PATCH] Update version to 5.0.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c5508ca..a67f13d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "m3u8-rs" -version = "4.0.0" +version = "5.0.0" authors = ["Rutger"] readme = "README.md" repository = "https://github.com/rutgersc/m3u8-rs"