From 2706907b14142e8a4e099c6a65ae69fba055f01e Mon Sep 17 00:00:00 2001 From: lukeflo Date: Fri, 8 Nov 2024 13:37:52 +0100 Subject: fix error for no file: version bumb 0.6.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2711e5f..b8a50ce 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -71,7 +71,7 @@ dependencies = [ [[package]] name = "bibiman" -version = "0.6.0" +version = "0.6.1" dependencies = [ "arboard", "biblatex", diff --git a/Cargo.toml b/Cargo.toml index 0d6fb73..d0180a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bibiman" -version = "0.6.0" +version = "0.6.1" authors = ["lukeflo "] license = "GPL-3.0-or-later" edition = "2021" -- cgit v1.2.3