Skip to content

Commit 7359c4c

Browse files
Patrickseantanly
andauthored
v0.1.3 (#12)
* fix(directory_sync_test): remove unused alias warning * chore(deps): update hackney to 0.18.x * chore(deps): update deps * mix format with elixir 1.13.4 * uUpdate version to 0.1.3 * uUpdate version to 0.1.3 Co-authored-by: Sean Tan <[email protected]>
1 parent e516bef commit 7359c4c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ See the [API Reference](https://workos.com/docs/reference/client-libraries) for
1313
Add this package to the list of dependencies in your `mix.exs` file:
1414
```
1515
def deps do
16-
[{:workos, "~> 0.1.2"}]
16+
[{:workos, "~> 0.1.3"}]
1717
end
1818
```
1919
The hex package can be found here: https://hex.pm/packages/workos

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ defmodule WorkOS.MixProject do
55
[
66
name: "WorkOS SDK for Elixir",
77
app: :workos,
8-
version: "0.1.2",
8+
version: "0.1.3",
99
elixir: "~> 1.11",
1010
start_permanent: Mix.env() == :prod,
1111
description: description(),

0 commit comments

Comments
 (0)