Skip to content

Commit ab69fa1

Browse files
authored
Merge pull request #9 from cheerful/update-gem-version
Bump version to `0.1.2`
2 parents f3439cc + 3d8f886 commit ab69fa1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ gemspec = Gem::Specification.new do |s|
3838
s.require_paths << 'lib'
3939
s.requirements << 'none'
4040
s.summary = "Securely encode and decode short pieces of arbitrary binary data in URLs."
41-
s.version = "0.1.1"
41+
s.version = "0.1.2"
4242
end
4343

4444
Gem::PackageTask.new(gemspec) do |pkg|

0 commit comments

Comments
 (0)