Skip to content

Commit

Permalink
chore: bump version 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mgallo committed Jul 18, 2024
1 parent 5831571 commit c936bc6
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 @@ -18,7 +18,7 @@ Add ***:openai*** as a dependency in your mix.exs file.
```elixir
def deps do
[
{:openai, "~> 0.6.1"}
{:openai, "~> 0.6.2"}
]
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 OpenAI.MixProject do
def project do
[
app: :openai,
version: "0.6.1",
version: "0.6.2",
elixir: "~> 1.11",
description: description(),
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit c936bc6

Please sign in to comment.