diff --git a/README.md b/README.md index 343b20f..73d556b 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ It works great for Phoenix! def deps do [ - {:redbird, "~> 0.2.0"}, + {:redbird, "~> 0.2.1"}, ] end ``` diff --git a/doc/404.html b/doc/404.html index ae12e89..66cb172 100644 --- a/doc/404.html +++ b/doc/404.html @@ -5,11 +5,9 @@ - 404 – redbird v0.2.0 + 404 – redbird v0.2.1 - - @@ -28,7 +26,7 @@

redbird

diff --git a/doc/Mix.Tasks.Redbird.DeleteAllSessions.html b/doc/Mix.Tasks.Redbird.DeleteAllSessions.html index 7cd4b02..207f62b 100644 --- a/doc/Mix.Tasks.Redbird.DeleteAllSessions.html +++ b/doc/Mix.Tasks.Redbird.DeleteAllSessions.html @@ -5,11 +5,9 @@ - Mix.Tasks.Redbird.DeleteAllSessions – redbird v0.2.0 + Mix.Tasks.Redbird.DeleteAllSessions – redbird v0.2.1 - - @@ -28,7 +26,7 @@

redbird

@@ -60,7 +58,7 @@

- redbird v0.2.0 + redbird v0.2.1 Mix.Tasks.Redbird.DeleteAllSessions diff --git a/doc/Plug.Session.REDIS.html b/doc/Plug.Session.REDIS.html index 3aa188b..b639960 100644 --- a/doc/Plug.Session.REDIS.html +++ b/doc/Plug.Session.REDIS.html @@ -5,11 +5,9 @@ - Plug.Session.REDIS – redbird v0.2.0 + Plug.Session.REDIS – redbird v0.2.1 - - @@ -28,7 +26,7 @@

redbird

@@ -60,7 +58,7 @@

- redbird v0.2.0 + redbird v0.2.1 Plug.Session.REDIS diff --git a/doc/Redbird.Redis.html b/doc/Redbird.Redis.html index 5b0e383..ba70077 100644 --- a/doc/Redbird.Redis.html +++ b/doc/Redbird.Redis.html @@ -5,11 +5,9 @@ - Redbird.Redis – redbird v0.2.0 + Redbird.Redis – redbird v0.2.1 - - @@ -28,7 +26,7 @@

redbird

@@ -60,7 +58,7 @@

- redbird v0.2.0 + redbird v0.2.1 Redbird.Redis diff --git a/doc/Redbird.html b/doc/Redbird.html index 678b7f6..e4c9b03 100644 --- a/doc/Redbird.html +++ b/doc/Redbird.html @@ -5,11 +5,9 @@ - Redbird – redbird v0.2.0 + Redbird – redbird v0.2.1 - - @@ -28,7 +26,7 @@

redbird

@@ -60,7 +58,7 @@

- redbird v0.2.0 + redbird v0.2.1 Redbird diff --git a/doc/api-reference.html b/doc/api-reference.html index 4f2e7cd..6338273 100644 --- a/doc/api-reference.html +++ b/doc/api-reference.html @@ -5,11 +5,9 @@ - API Reference – redbird v0.2.0 + API Reference – redbird v0.2.1 - - @@ -28,7 +26,7 @@

redbird

@@ -60,7 +58,7 @@

- redbird v0.2.0 + redbird v0.2.1 API Reference

diff --git a/doc/index.html b/doc/index.html index 4628601..2a8c1db 100644 --- a/doc/index.html +++ b/doc/index.html @@ -2,7 +2,7 @@ - redbird v0.2.0 – Documentation + redbird v0.2.1 – Documentation diff --git a/mix.exs b/mix.exs index 04a3351..1b4b5aa 100644 --- a/mix.exs +++ b/mix.exs @@ -8,7 +8,7 @@ defmodule Redbird.Mixfile do deps: deps(), elixir: "~> 1.3", start_permanent: Mix.env == :prod, - version: "0.2.0", + version: "0.2.1", package: [ maintainers: ["anellis", "drapergeek"], licenses: ["MIT"],