Skip to content

Commit

Permalink
0.1.2 (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanjadvani authored Apr 20, 2021
1 parent 73b0edb commit d6f73d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit d6f73d3

Please sign in to comment.