corrected version number

This commit is contained in:
Justin Moore 2015-03-04 21:14:12 -06:00
parent a9fef3fc6a
commit 9a0bbb5e09
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ fi
#first zenity gui window (paste youtube link)
gui()
{
VIDURL=$(${SET_GUI_BIN} --title="Zymp3 0.1-7" --height=${URL_BOX_HEIGHT} --width=${URL_BOX_WIDTH} --entry --text "Paste youtube link here: ")
VIDURL=$(${SET_GUI_BIN} --title="Zymp3 0.1.7" --height=${URL_BOX_HEIGHT} --width=${URL_BOX_WIDTH} --entry --text "Paste youtube link here: ")
if [[ $? == 0 ]];then

2
zymp3
View File

@ -1,6 +1,6 @@
#!/bin/bash
##############################################
# Title: Zymp3 v0.1-7
# Title: Zymp3 v0.1.7
# Description: Convert youtube video to mp3
# Author: Justin Moore
# Created: Oct 12, 2011