Skip to content

Commit

Permalink
Bump minor version to 0.2.0 (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
blairworkos authored Dec 23, 2022
1 parent 116f28b commit ae2aa52
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 @@ -14,7 +14,7 @@ Add this package to the list of dependencies in your `mix.exs` file:

```ex
def deps do
[{:workos, "~> 0.1.3"}]
[{:workos, "~> 0.2.0"}]
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.3",
version: "0.2.0",
elixir: "~> 1.11",
start_permanent: Mix.env() == :prod,
description: description(),
Expand Down

0 comments on commit ae2aa52

Please # to comment.