From e6986b9af5571e14898f3ffca3c6d59d1aa24f95 Mon Sep 17 00:00:00 2001 From: Pankaj Rawat Date: Wed, 20 Dec 2017 17:53:02 +0530 Subject: [PATCH] bumped the version to 1.0.0 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index c8926615..3dfbc89b 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Gringotts.Mixfile do def project do [ app: :gringotts, - version: "0.0.2", + version: "1.0.0", description: description(), package: [ contributors: ["Aviabird Technologies"],