From 2c03fe09662fafbf2f355ed2e26565fc085cc1cd Mon Sep 17 00:00:00 2001 From: Laura Beatris <48022589+LauraBeatris@users.noreply.github.com> Date: Mon, 6 Nov 2023 08:22:03 -0300 Subject: [PATCH] Bump version to `0.4.0` (#43) --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3540e94..1b012cd 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.3.0"}] + [{:workos, "~> 0.4.0"}] end ``` The hex package can be found here: https://hex.pm/packages/workos diff --git a/mix.exs b/mix.exs index 4a9b78a..9018307 100755 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule WorkOS.MixProject do use Mix.Project - @version "0.3.0" + @version "0.4.0" @source_url "https://github.com/workos/workos-elixir" def project do