Skip to content

Commit

Permalink
Bump version from 5.0.4 to 5.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
barbolo committed Feb 7, 2017
1 parent 3c1eac7 commit 09eefba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deathbycaptcha.gemspec
Expand Up @@ -6,7 +6,7 @@ require 'deathbycaptcha/version'
Gem::Specification.new do |spec|
spec.name = "deathbycaptcha"
spec.version = DeathByCaptcha::VERSION
spec.authors = ["Débora Setton Fernandes, Marcelo Mita, Rafael Barbolo, Rafael Ivan Garcia"]
spec.authors = ["Rafael Barbolo, Rafael Ivan Garcia"]
spec.email = ["team@infosimples.com.br"]
spec.summary = %q{Ruby API for DeathByCaptcha (Captcha Solver as a Service)}
spec.description = %q{DeathByCaptcha allows you to solve captchas with manual labor}
Expand Down
2 changes: 1 addition & 1 deletion lib/deathbycaptcha/version.rb
@@ -1,4 +1,4 @@
module DeathByCaptcha
VERSION = "5.0.4"
VERSION = "5.0.5"
API_VERSION = "DBC/Ruby v#{VERSION}"
end

0 comments on commit 09eefba

Please sign in to comment.