accidentally uwu'd all succes strings

i18n
jnats 3 years ago
parent 46293cc91a
commit efcfc4a546

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

@ -34,7 +34,7 @@ pub fn succ(a: std::string::String) {
} else {
println!("{} {}",
Colour::Green.bold().paint("✓"),
Colour::Green.paint(uwuize!(&a)));
Colour::Green.paint(&a));
}
}

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

Loading…
Cancel
Save