manifest: Bump version to v1.4-alpha

After a few months, it's time to prepare the next Vento release. I've
been cooking some ideas, so this one might be big. 👀
This commit is contained in:
Lux Aliaga 2024-02-21 20:06:49 -03:00
parent cba202fd0d
commit 92b2942471
Signed by: lux
GPG Key ID: 5A400026ED2F57FD
2 changed files with 510 additions and 238 deletions

743
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
[package]
name = "vento"
version = "1.3.0"
version = "1.4.0-alpha"
edition = "2021"
readme = "README.md"
@ -26,6 +26,9 @@ xz2 = "0.1"
tar = "0.4"
clap = { version = "4.3.23", features = ["derive"] }
serde = "1.0"
rusqlite = { version = "0.31.0", features = ["bundled"] }
chrono = "0.4"
termion = "3.0.0"
[build-dependencies]
man = "0.3.0"