Skip to content

Commit 4735640

Browse files
authored
Update m4bify and m4bulk to v0.3.1
Pull request #15
1 parent f6e41c4 commit 4735640

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

m4bify.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ INFO_TOTAL_CHAPTERS=0
6565
INFO_TOTAL_DURATION=""
6666

6767
function print_usage {
68-
local VERSION="v0.3.0"
68+
local VERSION="v0.3.1"
6969

7070
echo -e "${CYAN}$(basename "$0")${NC} ${WHITE}${VERSION}${NC}"
7171
echo -e ""

m4bulk.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ M4BIFY=$(command -v m4bify)
6464
readonly M4BIFY
6565

6666
function print_usage {
67-
local VERSION="v0.3.0"
67+
local VERSION="v0.3.1"
6868

6969
echo -e "${CYAN}$(basename "$0")${NC} ${WHITE}${VERSION}${NC}"
7070
echo -e ""

0 commit comments

Comments
 (0)