aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorlukeflo2024-12-25 22:32:42 +0100
committerlukeflo2024-12-25 22:32:42 +0100
commit0312b8b31160297033e8a435c00e7c92eaa371e6 (patch)
tree0d78fdde06103c175f13b4ef70a3119ca52f1c43 /Cargo.toml
parentdc537b3865b59da28de0e754fe9a79efcaf618f6 (diff)
downloadbibiman-0312b8b31160297033e8a435c00e7c92eaa371e6.tar.gz
bibiman-0312b8b31160297033e8a435c00e7c92eaa371e6.zip
Minor Feature: Sort entries by position in/of file
+ Hitting now sorts the entries by position in file or position of files + Can be helpful to detect entries newly added via DOI which are appended to EOF
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3e28ba2..4e279df 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "bibiman"
-version = "0.9.1"
+version = "0.9.2"
authors = ["lukeflo <lukeflo_git@posteo.de>"]
license = "GPL-3.0-or-later"
repository = "https://codeberg.org/lukeflo/bibiman"