diff --git a/README.md b/README.md index 37444da..74e6870 100755 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Complete documentation for the latest version of WorkOS Ruby Gem can be found [h Add this package to the list of dependencies in your `mix.exs` file: ``` def deps do - [{:workos, "~> 0.1.1"}] + [{:workos, "~> 0.1.2"}] end ``` The hex package can be found here: https://hex.pm/packages/workos diff --git a/mix.exs b/mix.exs index 6038bb4..570ea5a 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.1", + version: "0.1.2", elixir: "~> 1.11", start_permanent: Mix.env() == :prod, description: description(),