From b4335dc0a507325f2617b063e6df42c81a09ddf3 Mon Sep 17 00:00:00 2001 From: William G Underwood <42812654+WGUNDERWOOD@users.noreply.github.com> Date: Fri, 13 Sep 2024 09:36:36 +0100 Subject: [PATCH] Bump version number --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 05d45fb..bf62ee8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -247,7 +247,7 @@ dependencies = [ [[package]] name = "tex-fmt" -version = "0.4.2" +version = "0.4.3" dependencies = [ "clap", "colored", diff --git a/Cargo.toml b/Cargo.toml index 4f3c8ff..af50a59 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tex-fmt" -version = "0.4.2" +version = "0.4.3" authors = ["William George Underwood"] license = "MIT" repository = "https://github.com/WGUNDERWOOD/tex-fmt"