From ec35c175d44f2f7673ce6bf3fc9f7529a158747d Mon Sep 17 00:00:00 2001 From: Sean Callan Date: Sat, 12 Dec 2015 14:14:39 -0800 Subject: [PATCH] Update ueberauth and plug --- mix.exs | 2 +- mix.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mix.exs b/mix.exs index ebb0bca..a2b71d3 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule UeberauthTwitter.Mixfile do use Mix.Project - @version "0.2.0" + @version "0.2.1" @url "https://github.com/ueberauth/ueberauth_twitter" def project do diff --git a/mix.lock b/mix.lock index c9a7f1e..02e8610 100644 --- a/mix.lock +++ b/mix.lock @@ -9,7 +9,7 @@ "oauth": {:git, "https://github.com/tim/erlang-oauth.git", "cd31addc828179983564fd57738f1680a4a4d1ff", []}, "oauth2": {:hex, :oauth2, "0.5.0"}, "oauther": {:hex, :oauther, "1.0.2"}, - "plug": {:hex, :plug, "1.0.2"}, + "plug": {:hex, :plug, "1.0.3"}, "poison": {:hex, :poison, "1.5.0"}, "ssl_verify_hostname": {:hex, :ssl_verify_hostname, "1.0.5"}, - "ueberauth": {:hex, :ueberauth, "0.1.0"}} + "ueberauth": {:hex, :ueberauth, "0.2.0"}}