Skip to content

Commit

Permalink
For v2.1.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
kmrshntr committed Sep 11, 2015
1 parent 1af5daf commit 1537dfb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

This Gem contains the Slack strategy for OmniAuth.

[![Gem Version](https://badge.fury.io/rb/omniauth-slack.svg)](http://badge.fury.io/rb/omniauth-slack)

## Before You Begin

You should have already installed OmniAuth into your app; if not, read the [OmniAuth README](https://github.com/intridea/omniauth) to get started.
Expand Down Expand Up @@ -73,7 +75,3 @@ end


[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/kmrshntr/omniauth-slack/trend.png)](https://bitdeli.com/free "Bitdeli Badge")


[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/kmrshntr/omniauth-slack/trend.png)](https://bitdeli.com/free "Bitdeli Badge")

2 changes: 1 addition & 1 deletion lib/omniauth-slack/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Omniauth
module Slack
VERSION = "2.1.1"
VERSION = "2.1.2"
end
end

0 comments on commit 1537dfb

Please sign in to comment.