Skip to content

Commit

Permalink
Merge tag '0.6.2' into develop
Browse files Browse the repository at this point in the history
0.6.2
  • Loading branch information
yasuhito committed Jun 5, 2014
2 parents 003b10b + ffa3c92 commit 259d823
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
@@ -1,22 +1,22 @@
# Changelog

## develop (unreleased)
## 0.6.2 (6/5/2014)

### Changes
### Misc

* Updated bundled gems.
* Modernize Gemfile and .gemspec.
* Modernized Gemfile and .gemspec.


## 0.6.1 (5/26/2014)

### Changes

* Updated bundled gems.
* Replaced method `LibraryTask.find_named` with `LibraryTask.find_by_name`.

### Misc

* Updated bundled gems.
* Added rake `inch` task.
* Added YARD comments.
* Added 2.1.0 support.
2 changes: 1 addition & 1 deletion lib/paper_house/version.rb
Expand Up @@ -3,5 +3,5 @@
# Base module.
module PaperHouse
# gem version.
VERSION = '0.6.1'.freeze
VERSION = '0.6.2'.freeze
end

0 comments on commit 259d823

Please sign in to comment.