Skip to content

Commit

Permalink
Merge ddb670f into dc8884b
Browse files Browse the repository at this point in the history
  • Loading branch information
ethagnawl committed Dec 28, 2019
2 parents dc8884b + ddb670f commit 3fbb166
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
## Unreleased
## 1.1.4
### Misc
- bump Thor version to ~> 1.0 in order to accommodate Arch package and ecosystem
(#739)
- add Ruby 2.7.0 to Travis test matrix

### Bugfixes
- fix various completion script issues (#705/#737)

## 1.1.3
### Bugfixes
- correct edge tmux version detection (#728)
Expand Down
2 changes: 1 addition & 1 deletion lib/tmuxinator/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Tmuxinator
VERSION = "1.1.3".freeze
VERSION = "1.1.4".freeze
end

0 comments on commit 3fbb166

Please sign in to comment.