diff --git a/Cargo.lock b/Cargo.lock index ee02b41..7f94ed4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -237,7 +237,7 @@ dependencies = [ [[package]] name = "tex-fmt" -version = "0.3.0" +version = "0.3.1" dependencies = [ "clap", "env_logger", diff --git a/Cargo.toml b/Cargo.toml index 7241202..06d5f39 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tex-fmt" -version = "0.3.0" +version = "0.3.1" authors = ["William George Underwood"] license = "MIT" repository = "https://github.com/WGUNDERWOOD/tex-fmt"