Skip to content

Commit

Permalink
Bump version to 0.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
mscavnicky committed Jun 5, 2016
1 parent 578d806 commit 706868e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
0.1.1
- Fix uninitialized constant OpenStruct error.

0.1.0
- Initial Release.
2 changes: 1 addition & 1 deletion csvp.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'csvp'
s.version = '0.1.0'
s.version = '0.1.1'
s.date = Time.now.strftime('%Y-%m-%d')
s.summary = 'CSV Print'
s.description = 'Effortlessly print enumerables as CSV.'
Expand Down

0 comments on commit 706868e

Please sign in to comment.