From b3775330f8d64824e92db40347602e8347e82424 Mon Sep 17 00:00:00 2001 From: Prem Sichanugrist Date: Sun, 2 Jun 2019 14:40:56 +0900 Subject: [PATCH] Bump to 0.1.1 * Add support for Rails 4.2 and 5.0 --- lib/omniauth/rails_csrf_protection/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/omniauth/rails_csrf_protection/version.rb b/lib/omniauth/rails_csrf_protection/version.rb index f40eedf..f7226a3 100644 --- a/lib/omniauth/rails_csrf_protection/version.rb +++ b/lib/omniauth/rails_csrf_protection/version.rb @@ -1,5 +1,5 @@ module OmniAuth module RailsCsrfProtection - VERSION = "0.1.0".freeze + VERSION = "0.1.1".freeze end end