diff --git a/README.md b/README.md index 2b0ed77..6573499 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"}, + {:weddell, "~> 0.3"}, {:goth, "~> 0.11"}, ] end diff --git a/mix.exs b/mix.exs index c27ddcf..3f740f9 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Weddell.Mixfile do use Mix.Project - @version "0.2.0" + @version "0.3.0" def project do [