From ebe5fbbf0175a30f60e0d24605f01e613f0bb2ac Mon Sep 17 00:00:00 2001 From: Chad Jablonski Date: Sun, 2 Dec 2018 20:33:52 -0800 Subject: [PATCH] v0.1.1-alpha.1 --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 [