Skip to content

Commit

Permalink
update version to 0.1.2 and update description
Browse files Browse the repository at this point in the history
  • Loading branch information
ntrepid8 committed Dec 1, 2016
1 parent 1388d48 commit 4564743
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule ExRedisPool.Mixfile do

def project do
[app: :ex_redis_pool,
version: "0.1.1",
version: "0.1.2",
elixir: "~> 1.2",
build_embedded: Mix.env == :prod,
start_permanent: Mix.env == :prod,
Expand Down Expand Up @@ -38,7 +38,7 @@ defmodule ExRedisPool.Mixfile do

defp description do
"""
Elixir Redis client with connection pools and hostname resolution.
Elixir Redis client with sync/async connection pools, sharding, and one-time hostname resolution.
"""
end

Expand Down

0 comments on commit 4564743

Please sign in to comment.