Skip to content

Commit

Permalink
Version 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fschuindt committed Apr 9, 2018
1 parent 5bdac85 commit 75f0271
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.0.0'
gem 'firebase_id_token', '~> 2.1.0'
```
then
```
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.0.0'
VERSION = '2.1.0'
end

0 comments on commit 75f0271

Please sign in to comment.