From 06162a85540da412f9c7457c11fc2a1853b3e307 Mon Sep 17 00:00:00 2001 From: Rutger Schoorstra Date: Sat, 24 Apr 2021 19:06:57 +0200 Subject: [PATCH] Version 2.0.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7e8545a..d794321 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "m3u8-rs" -version = "1.0.8" +version = "2.0.0" authors = ["Rutger"] readme = "README.md" repository = "https://github.com/rutgersc/m3u8-rs"