From 0f4efa7cd97eabf9e812036a028838d32818f57c Mon Sep 17 00:00:00 2001 From: Mattias Eriksson Date: Wed, 30 Oct 2024 11:00:39 +0100 Subject: [PATCH] Bump version to 0.5.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3f74748..61a7b8c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ebustl-parser" -version = "0.5.1" +version = "0.5.2" description = "Parse subtitle files in the EBU-STL format with Rust." authors = ["Mattias Eriksson "] original-authors = ["Christophe Augier "]