diff --git a/Cargo.lock b/Cargo.lock index bf18ee2..05c0112 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -106,7 +106,7 @@ dependencies = [ [[package]] name = "kijetesantakaluotokieni" -version = "1.0.0" +version = "1.0.1" dependencies = [ "clap", "voca_rs", diff --git a/Cargo.toml b/Cargo.toml index 237bbf3..ad46b89 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ author = "kulupu lintukamaki" name = "kijetesantakaluotokieni" description = "kijetesantakalu toki pi ken ante mute (toki pona cowsay clone)" -version = "1.0.0" +version = "1.0.1" edition = "2021" readme = "README.md" diff --git a/src/critters.rs b/src/critters.rs index 4115058..01e1abc 100644 --- a/src/critters.rs +++ b/src/critters.rs @@ -59,7 +59,7 @@ impl CritterConfig { if let Some(name) = name { template = match name.as_str() { // when you add a new hardcoded value here, also add it in list_files - "kijetesantakalu" => CritterTemplate { + "kijetesantakalu" | "default" => CritterTemplate { anchor: 14, default_right_eye: "o".to_string(), default_left_eye: "o".to_string(),