Skip to content

Commit

Permalink
Bump Version 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
toshi0383 committed Jan 20, 2018
1 parent f3941af commit 3a5ed1c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion Sources/cmdshelf/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import PathKit
import Foundation
import Reporter

let version = "0.9.0"
let version = "0.9.1"

//
// - MARK: Setup
Expand Down
2 changes: 1 addition & 1 deletion doc/man/man1/cmdshelf.1
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 3a5ed1c

Please sign in to comment.