diff --git a/README.md b/README.md index f622fde..2d289b5 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Add the dependency in `mix.exs`: ```elixir def deps do [ - {:oapi_github, "~> 0.3.2"} + {:oapi_github, "~> 0.3.3"} ] end ``` diff --git a/mix.exs b/mix.exs index 96f8fc4..92abfac 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule GitHub.MixProject do use Mix.Project - @version "0.3.2" + @version "0.3.3" @source_url "https://github.com/aj-foster/open-api-github" def project do