Skip to content

Commit

Permalink
Merge pull request #9 from cheerful/update-gem-version
Browse files Browse the repository at this point in the history
Bump version to `0.1.2`
  • Loading branch information
madrobby committed Nov 2, 2020
2 parents f3439cc + 3d8f886 commit ab69fa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -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|
Expand Down

0 comments on commit ab69fa1

Please sign in to comment.