Skip to content

Commit

Permalink
Bump version to 1.1.7.
Browse files Browse the repository at this point in the history
Signed-off-by: David Celis <david@davidcelis.com>
  • Loading branch information
David Celis committed Aug 28, 2012
1 parent 4386ac5 commit 5cb31ff
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.markdown
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
Changelog
=========

1.1.6 (Current version)
1.1.7 (Current version)
-----------------------
* Fix #50, a method that was forgotten to time during the ignoreable => ignorable typo update

1.1.6
-----
* Minor code cleanup for my benefit

1.1.5
Expand Down
2 changes: 1 addition & 1 deletion lib/recommendable/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module Recommendable
MAJOR = 1
MINOR = 1
PATCH = 6
PATCH = 7

VERSION = [MAJOR, MINOR, PATCH].join '.'
end

0 comments on commit 5cb31ff

Please sign in to comment.