diff --git a/CHANGELOG.md b/CHANGELOG.md index 40bc6ce..2d3cdd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## master +## 0.9.1 ##### Enhancements * Add man1/cmdshelf.1 manual page [#54](https://github.com/toshi0383/cmdshelf/pull/54) [Toshihiro Suzuki](https://github.com/toshi0383) diff --git a/Sources/cmdshelf/main.swift b/Sources/cmdshelf/main.swift index eb19ac4..942ce58 100644 --- a/Sources/cmdshelf/main.swift +++ b/Sources/cmdshelf/main.swift @@ -3,7 +3,7 @@ import PathKit import Foundation import Reporter -let version = "0.9.0" +let version = "0.9.1" // // - MARK: Setup diff --git a/doc/man/man1/cmdshelf.1 b/doc/man/man1/cmdshelf.1 index 0d18a8c..d0b3cf1 100644 --- a/doc/man/man1/cmdshelf.1 +++ b/doc/man/man1/cmdshelf.1 @@ -1,4 +1,4 @@ -.TH "CMDSHELF" "1" "January 2018" "cmdshelf 0.9.0" "Cmdshelf Manual" +.TH "CMDSHELF" "1" "January 2018" "cmdshelf 0.9.1" "Cmdshelf Manual" .SH "NAME" \fBcmdshelf\fR - Manage your scripts like a bookshelf. .SH "SYNOPSIS"