From 9fc9e673edb653401fcec09dc2b2f1a12d9896f6 Mon Sep 17 00:00:00 2001 From: William G Underwood <42812654+WGUNDERWOOD@users.noreply.github.com> Date: Mon, 21 Oct 2024 16:41:49 +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 575c7ed..0446751 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -247,7 +247,7 @@ dependencies = [ [[package]] name = "tex-fmt" -version = "0.4.5" +version = "0.4.6" dependencies = [ "clap", "colored", diff --git a/Cargo.toml b/Cargo.toml index 1c13eb6..9af35d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tex-fmt" -version = "0.4.5" +version = "0.4.6" authors = ["William George Underwood"] license = "MIT" repository = "https://github.com/WGUNDERWOOD/tex-fmt"