Skip to content

Commit

Permalink
version bump 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Stuart Eccles authored and Stuart Eccles committed Aug 19, 2019
1 parent d6f5383 commit 09b5124
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Add `okta_api` to your list of dependencies in mix.exs
```
def deps do
[
{:okta_api, "~> 0.1.2"}
{:okta_api, "~> 0.1.4"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion lib/okta.ex
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ defmodule Okta do
def deps do
[
{:okta_api, "~> 0.1.0"},
{:okta_api, "~> 0.1.4"},
]
end
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Okta.MixProject do
def project do
[
app: :okta_api,
version: "0.1.3",
version: "0.1.4",
elixir: "~> 1.9-rc",
start_permanent: Mix.env() == :prod,
description: description(),
Expand Down

0 comments on commit 09b5124

Please sign in to comment.