From 21d9d588d927f3da920a6ac385f509cac2a60e74 Mon Sep 17 00:00:00 2001 From: Gwen Lg Date: Sat, 3 Feb 2024 18:10:12 +0100 Subject: [PATCH] cargo: update version to 0.1.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 82b8402..12285d3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1081,7 +1081,7 @@ dependencies = [ [[package]] name = "subtile-ocr" -version = "0.1.1" +version = "0.1.2" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 8028324..c0702bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subtile-ocr" -version = "0.1.1" +version = "0.1.2" authors = ["Eliza Velasquez", "Gwen Lg "] edition = "2021" description = "Converts DVD VOB subtitles to SRT subtitles with Tesseract OCR"