From 1537dfb864c3d13b2efc566b6c81d9f0de610a32 Mon Sep 17 00:00:00 2001 From: Shintaro Kimura Date: Fri, 11 Sep 2015 11:42:00 +0900 Subject: [PATCH] For v2.1.2. --- README.md | 6 ++---- lib/omniauth-slack/version.rb | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 65aae39..c166da2 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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") - diff --git a/lib/omniauth-slack/version.rb b/lib/omniauth-slack/version.rb index 65faf16..5b3e8ab 100644 --- a/lib/omniauth-slack/version.rb +++ b/lib/omniauth-slack/version.rb @@ -1,5 +1,5 @@ module Omniauth module Slack - VERSION = "2.1.1" + VERSION = "2.1.2" end end