Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
practicingruby committed Nov 17, 2009
1 parent f84cdb4 commit f64ba8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -4,7 +4,7 @@ require 'rake/testtask'
require "rake/rdoctask"
require "rake/gempackagetask"

PRAWN_LAYOUT_VERSION = "0.3.1"
PRAWN_LAYOUT_VERSION = "0.3.2"

task :default => [:test]

Expand Down
2 changes: 1 addition & 1 deletion lib/prawn/layout.rb
Expand Up @@ -16,6 +16,6 @@ module Errors
end

module Layout
VERSION = "0.3.1"
VERSION = "0.3.2"
end
end

0 comments on commit f64ba8e

Please sign in to comment.