diff --git a/Sources/cmdshelf/main.swift b/Sources/cmdshelf/main.swift index 512797c..fc2c35e 100644 --- a/Sources/cmdshelf/main.swift +++ b/Sources/cmdshelf/main.swift @@ -1,7 +1,7 @@ import Foundation import Reporter -let version = "1.0.1" +let version = "1.0.2" // // - MARK: Setup diff --git a/docs/man/man1/cmdshelf-blob.1 b/docs/man/man1/cmdshelf-blob.1 index 7b8d6e5..bded0c4 100644 --- a/docs/man/man1/cmdshelf-blob.1 +++ b/docs/man/man1/cmdshelf-blob.1 @@ -1,4 +1,4 @@ -.TH "CMDSHELF-BLOB" "1" "February 2018" "cmdshelf 1.0.1" "Cmdshelf Manual" +.TH "CMDSHELF-BLOB" "1" "February 2018" "cmdshelf 1.0.2" "Cmdshelf Manual" .SH "NAME" cmdshelf-blob - Manage blobs .SH "SYNOPSIS" diff --git a/docs/man/man1/cmdshelf-cat.1 b/docs/man/man1/cmdshelf-cat.1 index c2977e4..8957f4d 100644 --- a/docs/man/man1/cmdshelf-cat.1 +++ b/docs/man/man1/cmdshelf-cat.1 @@ -1,4 +1,4 @@ -.TH "CMDSHELF-CAT" "1" "February 2018" "cmdshelf 1.0.1" "Cmdshelf Manual" +.TH "CMDSHELF-CAT" "1" "February 2018" "cmdshelf 1.0.2" "Cmdshelf Manual" .SH "NAME" cmdshelf-cat - Concatenate and print command(s). .SH "SYNOPSIS" diff --git a/docs/man/man1/cmdshelf-list.1 b/docs/man/man1/cmdshelf-list.1 index 5edb42e..3e29b1a 100644 --- a/docs/man/man1/cmdshelf-list.1 +++ b/docs/man/man1/cmdshelf-list.1 @@ -1,4 +1,4 @@ -.TH "CMDSHELF-LIST" "1" "January 2018" "cmdshelf 1.0.1" "Cmdshelf Manual" +.TH "CMDSHELF-LIST" "1" "January 2018" "cmdshelf 1.0.2" "Cmdshelf Manual" .SH "NAME" cmdshelf-list - Show all registered commands. .SH "SYNOPSIS" diff --git a/docs/man/man1/cmdshelf-remote.1 b/docs/man/man1/cmdshelf-remote.1 index effb6e8..8ba855d 100644 --- a/docs/man/man1/cmdshelf-remote.1 +++ b/docs/man/man1/cmdshelf-remote.1 @@ -1,4 +1,4 @@ -.TH "CMDSHELF-REMOTE" "1" "February 2018" "cmdshelf 1.0.1" "Cmdshelf Manual" +.TH "CMDSHELF-REMOTE" "1" "February 2018" "cmdshelf 1.0.2" "Cmdshelf Manual" .SH "NAME" cmdshelf-remote - Manage set of tracked repositories .SH "SYNOPSIS" diff --git a/docs/man/man1/cmdshelf-run.1 b/docs/man/man1/cmdshelf-run.1 index f77e9a0..702f8cf 100644 --- a/docs/man/man1/cmdshelf-run.1 +++ b/docs/man/man1/cmdshelf-run.1 @@ -1,4 +1,4 @@ -.TH "CMDSHELF-RUN" "1" "February 2018" "cmdshelf 1.0.1" "Cmdshelf Manual" +.TH "CMDSHELF-RUN" "1" "February 2018" "cmdshelf 1.0.2" "Cmdshelf Manual" .SH "NAME" cmdshelf-run - Execute command .SH "SYNOPSIS" diff --git a/docs/man/man1/cmdshelf-update.1 b/docs/man/man1/cmdshelf-update.1 index b1b116b..4cd4c68 100644 --- a/docs/man/man1/cmdshelf-update.1 +++ b/docs/man/man1/cmdshelf-update.1 @@ -1,4 +1,4 @@ -.TH "CMDSHELF-UPDATE" "1" "February 2018" "cmdshelf 1.0.1" "Cmdshelf Manual" +.TH "CMDSHELF-UPDATE" "1" "February 2018" "cmdshelf 1.0.2" "Cmdshelf Manual" .SH "NAME" cmdshelf-update - Update cloned local repositories. .SH "SYNOPSIS" diff --git a/docs/man/man1/cmdshelf.1 b/docs/man/man1/cmdshelf.1 index 1340c95..d7382b1 100644 --- a/docs/man/man1/cmdshelf.1 +++ b/docs/man/man1/cmdshelf.1 @@ -1,4 +1,4 @@ -.TH "CMDSHELF" "1" "January 2018" "cmdshelf 1.0.1" "Cmdshelf Manual" +.TH "CMDSHELF" "1" "January 2018" "cmdshelf 1.0.2" "Cmdshelf Manual" .SH "NAME" \fBcmdshelf\fR - Manage your scripts like a bookshelf. .SH "SYNOPSIS" diff --git a/tests/main.sh b/tests/main.sh index b161783..f836293 100755 --- a/tests/main.sh +++ b/tests/main.sh @@ -189,7 +189,7 @@ before_each VERSION=$($CMDSHELF --version) exit_status=$? -if [ "${VERSION}" != "1.0.1" ];then +if [ "${VERSION}" != "1.0.2" ];then echo \-\-version printed invalid value: $VERSION echo 011 FAILED STATUS=1