From e5e7ebd89d217414bdf3e87224c1289212aaa98e Mon Sep 17 00:00:00 2001 From: Po Chen Date: Tue, 23 Feb 2016 00:51:10 +0800 Subject: [PATCH] bump versions --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2c4c092..978e596 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ If [available in Hex](https://hex.pm/docs/publish), the package can be installed ```elixir def deps do - [{:extripe, "~> 0.3.0"}] + [{:extripe, "~> 0.3.1"}] end ``` diff --git a/mix.exs b/mix.exs index 2735cda..eb32073 100644 --- a/mix.exs +++ b/mix.exs @@ -3,7 +3,7 @@ defmodule Extripe.Mixfile do def project do [app: :extripe, - version: "0.3.0", + version: "0.3.1", elixir: "~> 1.2", description: description, package: package,