Skip to content

Commit

Permalink
Adjust
Browse files Browse the repository at this point in the history
  • Loading branch information
lucascaton committed Jun 2, 2011
1 parent 16627ee commit d5b05a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/code2pdf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
require 'optparse'
require 'rubygems'
require 'prawn'
require 'convert_to_pdf'
require 'lib/convert_to_pdf'

options = {}

Expand Down
2 changes: 1 addition & 1 deletion lib/code2pdf/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Code2pdf
VERSION = '0.0.1'
VERSION = '0.0.2'
end

0 comments on commit d5b05a4

Please sign in to comment.