Skip to content

Commit e28c9bd

Browse files
committed
added .m4a to media
1 parent 4620e39 commit e28c9bd

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
@@ -41,7 +41,7 @@ const PROGRAMMING: &[&'static str] = &[
4141
// pink
4242
const MEDIA: &[&'static str] = &[
4343
"bmp", "gif", "jpeg", "jpg", "png", "svg", "avi", "mp4", "wmv", "wma", "mp3", "wav", "mid",
44-
"ttf",
44+
"ttf", "m4a",
4545
];
4646
// red
4747
const OFFICE: &[&'static str] = &[
@@ -372,7 +372,7 @@ fn sl() -> Command {
372372
"✨"
373373
))
374374
// TODO update version
375-
.version("1.1.4")
375+
.version("1.1.5")
376376
.author("Leann Phydon <[email protected]>")
377377
.arg(
378378
Arg::new("colour")

0 commit comments

Comments
 (0)