Skip to content

Commit

Permalink
Bumped to version 1.3.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
turboladen committed Sep 30, 2013
1 parent 8a276f5 commit 808d087
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### 1.3.1 2013-09-29

* Bug fixes
* [gh-147](https://github.com/turboladen/tailor/issues/147)
* Added license type to the gemspec.


### 1.3.0 2013-09-27

* Features
Expand Down
2 changes: 1 addition & 1 deletion lib/tailor/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
class Tailor
VERSION = '1.3.0'
VERSION = '1.3.1'
end
2 changes: 1 addition & 1 deletion spec/unit/tailor/version_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@


describe Tailor::VERSION do
it { should == '1.3.0' }
it { should == '1.3.1' }
end

0 comments on commit 808d087

Please sign in to comment.