Skip to content

Commit

Permalink
Bump version to 0.4.0 (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
LauraBeatris authored Nov 6, 2023
1 parent 384d06d commit 2c03fe0
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.3.0"}]
[{:workos, "~> 0.4.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
@@ -1,7 +1,7 @@
defmodule WorkOS.MixProject do
use Mix.Project

@version "0.3.0"
@version "0.4.0"
@source_url "https://github.com/workos/workos-elixir"

def project do
Expand Down

0 comments on commit 2c03fe0

Please sign in to comment.