i18n
jnats 3 years ago
parent 1e2d9c785c
commit 46293cc91a

@ -1,6 +1,6 @@
[package]
name = "ame"
version = "2.2.2"
version = "2.2.3"
authors = [ "jnats <jnats@salyut.one>", "axtlos <axtlos@salyut.one>" ]
edition = "2018"
description = "a fast and efficient aur helper."

@ -3,7 +3,7 @@ use ansi_term::Colour;
pub fn ver() {
println!("");
inf(format!("ame - v2.2.2"));
inf(format!("ame - v2.2.3"));
println!("");
inf(format!("Contributors:"));
println!("- axtlos <axtlos@salyut.one>");

Loading…
Cancel
Save