Skip to content

Commit

Permalink
Update version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingAnarchy committed Jan 28, 2021
1 parent 9ada149 commit f2923a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cognito_token_verifier.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
spec.summary = %q{Verify and parse AWS Cognito JWTs to authenticate endpoints}
spec.homepage = "https://github.com/CodingAnarchy/cognito_token_verifier"
spec.license = "MIT"
spec.required_ruby_version = ">= 2.3.8"
spec.required_ruby_version = ">= 2.6.0"

# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
# to allow pushing to a single host or delete this section to allow pushing to any host.
Expand Down
2 changes: 1 addition & 1 deletion lib/cognito_token_verifier/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module CognitoTokenVerifier
VERSION = "0.4.0"
VERSION = "0.5.0"
end

0 comments on commit f2923a7

Please sign in to comment.