Skip to content

Commit

Permalink
Release 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaudgg committed May 21, 2013
1 parent dd9b912 commit a6fd03e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.1.3 - May 21, 2013

### Bug fix

- [#117][] Fix jruby error on Pathname#relative_path_from. ([@luikore][])

## 1.1.2 - May 14, 2013

### Bug fix
Expand Down Expand Up @@ -282,6 +288,7 @@
[#112]: https://github.com/guard/listen/issues/112
[#113]: https://github.com/guard/listen/issues/113
[#115]: https://github.com/guard/listen/issues/115
[#117]: https://github.com/guard/listen/issues/117
[@Maher4Ever]: https://github.com/Maher4Ever
[@ahoward]: https://github.com/ahoward
[@akerbos]: https://github.com/akerbos
Expand Down
2 changes: 1 addition & 1 deletion lib/listen/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Listen
VERSION = '1.1.2'
VERSION = '1.1.3'
end

0 comments on commit a6fd03e

Please sign in to comment.