From 48d5e21c9a4a1c94864243da181799b4c029dc6d Mon Sep 17 00:00:00 2001 From: "Matthew P. Kerle" Date: Sat, 15 Mar 2025 21:07:17 -0700 Subject: [PATCH] Update WorkOS Dependency Version in Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 114670b..e056394 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, "~> 1.0.0"}] + [{:workos, "~> 1.1.0"}] end ```