diff --git a/README.md b/README.md index 44bf44f..26c9858 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Weddell is an Elixir client for [Google Pub/Sub](https://cloud.google.com/pubsub ```elixir def deps do [ - {:weddell, "~> 0.1.0-alpha.1"}, + {:weddell, "~> 0.1.1-alpha.1"}, {:goth, "~> 0.11.0"}, ] end diff --git a/mix.exs b/mix.exs index c4ac233..20042a1 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Weddell.Mixfile do use Mix.Project - @version "0.1.0-alpha.1" + @version "0.1.1-alpha.1" def project do [