diff --git a/Gemfile.lock b/Gemfile.lock index 5e3bede..f53e996 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - phlex-pdf (0.1.1) + phlex-pdf (0.1.2) matrix (~> 0.4) prawn (~> 2.0) diff --git a/lib/phlex/pdf/version.rb b/lib/phlex/pdf/version.rb index 00829d4..c831079 100644 --- a/lib/phlex/pdf/version.rb +++ b/lib/phlex/pdf/version.rb @@ -2,6 +2,6 @@ module Phlex module Pdf - VERSION = "0.1.1" + VERSION = "0.1.2" end end