From 7afd70925e695a4b5af5bd165daa1b0390779698 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Pr=C3=A1?= Date: Thu, 6 Feb 2020 13:09:51 -0300 Subject: [PATCH] Bump version to 2.0.2 --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 409cce7..0ff93e3 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, "~> 2.0.1"} + {:uploadex, "~> 2.0.2"} ] end ``` diff --git a/mix.exs b/mix.exs index 005c342..aff4f99 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Uploadex.MixProject do def project do [ app: :uploadex, - version: "2.0.1", + version: "2.0.2", elixir: "~> 1.8", start_permanent: Mix.env() == :prod, deps: deps(),