From 621359349aa3b1221f33bec01ece2cb2e81dd5bb Mon Sep 17 00:00:00 2001 From: avitex Date: Fri, 1 Sep 2017 10:18:01 +1000 Subject: [PATCH] Bump release to v0.2.3 --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e7099dc..0ff6291 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Documentation hosted on [hexdocs](https://hexdocs.pm/vultr). ```elixir def deps do - [{:vultr, "~> 0.2.2"}] + [{:vultr, "~> 0.2.3"}] end ``` diff --git a/mix.exs b/mix.exs index 8c33a9c..f2331af 100644 --- a/mix.exs +++ b/mix.exs @@ -7,7 +7,7 @@ defmodule Vultr.Mixfile do def project, do: [ app: :vultr, - version: "0.2.2", + version: "0.2.3", elixir: "~> 1.5", deps: deps(), description: @description,