From 48e416cd699542efb72fe488feb288546fe58c04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 2 Dec 2022 10:21:30 +0200 Subject: [PATCH] Update version to 5.0.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7c0ed8e..522900c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "m3u8-rs" -version = "5.0.2" +version = "5.0.3" authors = ["Rutger"] readme = "README.md" repository = "https://github.com/rutgersc/m3u8-rs"