Skip to content

Commit

Permalink
Bump release to 2.0.0 and to 1.0.0 for core
Browse files Browse the repository at this point in the history
  • Loading branch information
whomwah committed May 6, 2021
1 parent 67785b4 commit c1ad419
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/rqrcode/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module RQRCode
VERSION = "1.2.0"
VERSION = "2.0.0"
end
2 changes: 1 addition & 1 deletion rqrcode.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

spec.required_ruby_version = ">= 2.3"
spec.add_dependency "rqrcode_core", "~> 0.2"
spec.add_dependency "rqrcode_core", "~> 1.0"
spec.add_dependency "chunky_png", "~> 1.0"
spec.add_development_dependency "bundler", ">= 2.0"
spec.add_development_dependency "rake", "~> 13.0"
Expand Down

0 comments on commit c1ad419

Please # to comment.