Skip to content

Commit 16b58a8

Browse files
committed
added log extension to notes_info
1 parent 24e9d4f commit 16b58a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const GB: u64 = 1024_u64.pow(3);
1919
const TB: u64 = 1024_u64.pow(4);
2020

2121
// on white
22-
const NOTES_INFO: &[&'static str] = &["todo", "info"];
22+
const NOTES_INFO: &[&'static str] = &["todo", "info", "log"];
2323
// on yellow
2424
const NOTES_IMPORTANT: &[&'static str] = &["readme", "important"];
2525
// on red
@@ -372,7 +372,7 @@ fn sl() -> Command {
372372
"✨"
373373
))
374374
// TODO update version
375-
.version("1.1.2")
375+
.version("1.1.3")
376376
.author("Leann Phydon <[email protected]>")
377377
.arg(
378378
Arg::new("colour")

0 commit comments

Comments
 (0)