From 54a61994227720cd7b71ffb494a89924586683cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonatan=20Ma=CC=88nnchen?= Date: Wed, 12 Jul 2017 10:39:00 +0000 Subject: [PATCH] Release v1.9.3 --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9f13cd7..82f79fb 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ To use Quantum in your project, edit the `mix.exs` file and add Quantum to both **1. the list of dependencies:** ```elixir defp deps do - [{:quantum, ">= 1.9.2"}] + [{:quantum, ">= 1.9.3"}] end ``` diff --git a/mix.exs b/mix.exs index 0529596..ee57ec1 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Quantum.Mixfile do use Mix.Project - @version "1.9.2" + @version "1.9.3" def project do [