Skip to content

Commit 561aa83

Browse files
committed
chore: bump version v0.4.1
1 parent 03ec3fe commit 561aa83

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Add ***:openai*** as a dependency in your mix.exs file.
1212
```elixir
1313
def deps do
1414
[
15-
{:openai, "~> 0.4.0"}
15+
{:openai, "~> 0.4.1"}
1616
]
1717
end
1818
```

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule Openai.MixProject do
44
def project do
55
[
66
app: :openai,
7-
version: "0.4.0",
7+
version: "0.4.1",
88
elixir: "~> 1.11",
99
description: description(),
1010
start_permanent: Mix.env() == :prod,

0 commit comments

Comments
 (0)