From 8aabe75e64479d4efb92b333bc1e602026d1e0ab Mon Sep 17 00:00:00 2001 From: Chad Jablonski Date: Mon, 26 Apr 2021 23:07:18 -0500 Subject: [PATCH] Version bump - 0.4 --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d7a8dfe..f06c7b3 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.3"}, + {:weddell, "~> 0.4"}, {:goth, "~> 0.11"}, ] end diff --git a/mix.exs b/mix.exs index 3f740f9..d0c3d56 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Weddell.Mixfile do use Mix.Project - @version "0.3.0" + @version "0.4.0" def project do [