From d61b450f6cbe2a806f83caeca547e94e555ca7b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Pr=C3=A1?= Date: Thu, 26 Sep 2019 14:01:19 -0300 Subject: [PATCH] Bump version to 1.0.2 --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 217f668..8557724 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ The package can be installed by adding `uploadex` to your list of dependencies i ```elixir def deps do [ - {:uploadex, "~> 1.0.1"} + {:uploadex, "~> 1.0.2"} ] end ``` diff --git a/mix.exs b/mix.exs index 96e25c0..c04685b 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Uploadex.MixProject do def project do [ app: :uploadex, - version: "1.0.1", + version: "1.0.2", elixir: "~> 1.8", start_permanent: Mix.env() == :prod, deps: deps(),