From 2b6a4976ea19945b241b285846b8bcb7886c12be Mon Sep 17 00:00:00 2001 From: AndreMacedo88 Date: Mon, 6 May 2024 13:14:35 +0200 Subject: [PATCH] docs: :bookmark: bump version to 1.0.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 329bfb6..2da85a9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -516,7 +516,7 @@ dependencies = [ [[package]] name = "yaml-front-matter-to-bib" -version = "1.0.0" +version = "1.0.1" dependencies = [ "assert_cmd", "clap", diff --git a/Cargo.toml b/Cargo.toml index 253db4e..91161dd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yaml-front-matter-to-bib" -version = "1.0.0" +version = "1.0.1" edition = "2021" authors = ["Andre Macedo "] license = "BSD-3-Clause"