Skip to content

Commit 43e26a3

Browse files
authored
Update lib.rs
1 parent 1af5e62 commit 43e26a3

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
@@ -72,7 +72,7 @@ Utilizes the \"cursive\" crate for building TUIs.
7272
.child(util::source_button("https://crates.io/crates/cursive"))
7373
.child(
7474
TextView::new("
75-
v. 0.2.6 - GPLv3 License "
75+
v. 0.2.7 - GPLv3 License "
7676
).style(Color::Dark(BaseColor::Blue))
7777
)
7878
).button("Ok", |s| { s.pop_layer(); })

0 commit comments

Comments
 (0)