diff --git a/README.md b/README.md index c54f85c..048a3a7 100755 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Add this package to the list of dependencies in your `mix.exs` file: ```ex def deps do - [{:workos, "~> 0.1.3"}] + [{:workos, "~> 0.2.0"}] end ``` The hex package can be found here: https://hex.pm/packages/workos diff --git a/mix.exs b/mix.exs index 071730d..a0675c2 100755 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule WorkOS.MixProject do [ name: "WorkOS SDK for Elixir", app: :workos, - version: "0.1.3", + version: "0.2.0", elixir: "~> 1.11", start_permanent: Mix.env() == :prod, description: description(),