Skip to content

Commit db2fb99

Browse files
authored
Update lib.rs
1 parent 175e46f commit db2fb99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Utilizes the \"cursive\" crate for building TUIs.
7070
.child(util::source_button("https://crates.io/crates/cursive"))
7171
.child(
7272
TextView::new("
73-
v. 0.2.0 - GPLv3 License "
73+
v. 0.2.5 - GPLv3 License "
7474
).style(Color::Dark(BaseColor::Blue))
7575
)
7676
).button("Ok", |s| { s.pop_layer(); })

0 commit comments

Comments
 (0)