Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
excpt committed Oct 27, 2015
1 parent 233fc14 commit f7aae44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ require 'rubygems'
require 'rake'
require 'echoe'

Echoe.new('jwt', '1.5.1') do |p|
Echoe.new('jwt', '1.5.2') do |p|
p.description = 'JSON Web Token implementation in Ruby'
p.url = 'http://github.com/progrium/ruby-jwt'
p.author = 'Jeff Lindsay'
Expand Down

0 comments on commit f7aae44

Please sign in to comment.