From 9fa58c41d17b96bedcf3a885a0717b36f983cd63 Mon Sep 17 00:00:00 2001 From: Alexandru Dracea Date: Thu, 13 Jun 2024 11:41:18 +0300 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3755f6c..900e72f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "rsubs-lib" edition = "2021" authors = ["Alex Dracea, adracea@gmail.com"] -version = "0.3.1" +version = "0.3.2" documentation = "https://docs.rs/rsubs-lib" description = "Pure Rust subtitle manipulation and conversion library." readme = "README.md"