Skip to content

Commit

Permalink
Update to v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chanderlud committed Aug 13, 2023
1 parent 533063d commit 6e1e312
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "corroded_monitor"
version = "1.0.1"
version = "1.0.2"
edition = "2021"
build = "build.rs"

Expand Down
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ mod system;
mod ui;

// TODO optional stats, dont render them if they arent available
// TODO loading state
fn main() {
if let Err(error) = ui::main() {
println!("An error occurred: {:?}", error);
Expand Down

0 comments on commit 6e1e312

Please sign in to comment.