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 [