Merge pull request #580 from adamstrickland/rel-0.10.1

version bump and changelog update for 0.10.1 release
This commit is contained in:
Adam Strickland
2017-12-01 08:42:20 -06:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
## Unreleased
## 0.10.1
- Handle emojis in project names (#564)
- Fix remaining sites where the base-index option (for windows) was incorrectly
used in place of the pane-base-index option.

View File

@@ -1,3 +1,3 @@
module Tmuxinator
VERSION = "0.10.0".freeze
VERSION = "0.10.1".freeze
end