Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
Bump the version up & update dependencies
  • Loading branch information
ninoseki committed Sep 26, 2020
1 parent 574f595 commit 96d0c05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/rangescan/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module RangeScan
VERSION = "0.1.4"
VERSION = "0.2.0"
end
2 changes: 1 addition & 1 deletion rangescan.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "glint", "~> 0.1"
spec.add_development_dependency "rake", "~> 13.0"
spec.add_development_dependency "rspec", "~> 3.9"
spec.add_development_dependency "webmock", "~> 3.8"
spec.add_development_dependency "webmock", "~> 3.9"

spec.add_dependency "async", "~> 1.26"
spec.add_dependency "async-http", "~> 0.52"
Expand Down

0 comments on commit 96d0c05

Please sign in to comment.