diff --git a/Rakefile b/Rakefile index 4d84d74..2ee96d3 100644 --- a/Rakefile +++ b/Rakefile @@ -38,7 +38,7 @@ gemspec = Gem::Specification.new do |s| s.require_paths << 'lib' s.requirements << 'none' s.summary = "Securely encode and decode short pieces of arbitrary binary data in URLs." - s.version = "0.1.1" + s.version = "0.1.2" end Gem::PackageTask.new(gemspec) do |pkg|