chore: release v0.2.0

This commit is contained in:
Jack Wills
2023-01-21 22:20:40 +00:00
parent a53de908c6
commit 93dbc614d1
4 changed files with 25 additions and 18 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ pub async fn create_ui(
if let Err(err) = res {
println!("{err}");
}
std::io::stdout().flush().unwrap_or(());
std::io::stdout().flush().unwrap_or(());
Ok(())
}