From a79517a53a0787237cedd17d443da5249fea60ed Mon Sep 17 00:00:00 2001 From: Igor Kapkov Date: Sat, 13 Sep 2014 16:09:04 +0800 Subject: [PATCH] bump version --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index c16df07fb..4c0c7dcf0 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Faker.Mixfile do def project do [ app: :faker, - version: "0.3.2", + version: "0.4.0", elixir: "~> 1.0.0", description: "Faker is pure Elixir library for generating fake data.", package: package,