Skip to content

Commit

Permalink
Release 2.3.1 from master
Browse files Browse the repository at this point in the history
  • Loading branch information
fschuindt committed Aug 13, 2019
1 parent 34699d8 commit 575b15f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ gem install firebase_id_token

or in your Gemfile
```
gem 'firebase_id_token', '~> 2.3.0'
gem 'firebase_id_token', '~> 2.3.1'
```
then
```
Expand Down
2 changes: 1 addition & 1 deletion firebase_id_token.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 'redcarpet', '~> 3.4', '>= 3.4.0'
spec.add_development_dependency 'simplecov', '~> 0.14.1'
spec.add_development_dependency 'codeclimate-test-reporter', '~> 1.0', '>= 1.0.0'
spec.add_development_dependency 'pry'
spec.add_development_dependency 'pry', '~> 0.12.2'

spec.add_runtime_dependency 'redis', '~> 4.0', '>= 4.0.1'
spec.add_runtime_dependency 'redis-namespace', '~> 1.6', '>= 1.6.0'
Expand Down
2 changes: 1 addition & 1 deletion lib/firebase_id_token/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module FirebaseIdToken
VERSION = '2.3.0'
VERSION = '2.3.1'
end

0 comments on commit 575b15f

Please sign in to comment.