diff --git a/README.md b/README.md index f230fd1..0f26ffa 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ installed by adding `plox` to your list of dependencies in `mix.exs`: ```elixir def deps do [ - {:plox, "~> 0.1.0"} + {:plox, "~> 0.3.0"} ] end ``` diff --git a/mix.exs b/mix.exs index 811fb26..c0b8544 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Plox.MixProject do use Mix.Project - @version "0.3.0" + @version "0.3.1" @source_url "https://github.com/gridpoint-com/plox" def project do