Skip to content

Commit 2efef52

Browse files
authored
Update README.md
1 parent 3530c9c commit 2efef52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ Installation for Rails
2222

2323
```ruby
2424
# Add to the Gemfile
25-
gem "bigid_auth", "~> 0.2.1"
25+
gem "bigid_auth", "~> 1.0.0"
2626
```
2727

2828
Installation using the Github Gem repo
2929
-----------------
3030

3131
```ruby
3232
source "https://rubygems.pkg.github.com/quasar-flash" do
33-
gem "bigid_auth", "0.2.1"
33+
gem "bigid_auth", "1.0.0"
3434
end
3535
```
3636

0 commit comments

Comments
 (0)