Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down