Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
practicingruby committed Oct 31, 2014
1 parent 4808a99 commit 63534f9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.2.1

* Allow the use of Prawn `2.x`, as it should not break table behavior.

## 0.2.0

* Allow the use of any Prawn `1.x` release from `1.3` onwards.
Expand Down
2 changes: 1 addition & 1 deletion lib/prawn/table/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Prawn
class Table
VERSION = '0.2.0'.freeze
VERSION = '0.2.1'.freeze
end
end

0 comments on commit 63534f9

Please sign in to comment.