Skip to content

Commit

Permalink
Version bump to 1.0.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxPower15 committed Jan 22, 2016
1 parent a9875cf commit 0ba5505
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ NSQ.Producer.close(producer)

```elixir
defp deps do
[{:elixir_nsq, "~> 1.0.2"}]
[{:elixir_nsq, "~> 1.0.3"}]
end

defp applications do
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule ElixirNsq.Mixfile do

def project do
[app: :elixir_nsq,
version: "1.0.2",
version: "1.0.3",
elixir: "~> 1.1",
description: description,
package: package,
Expand Down

0 comments on commit 0ba5505

Please sign in to comment.