Skip to content

Commit

Permalink
ci: generate from api 0.19.206 (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
nuonbot authored Aug 20, 2024
1 parent b73faf6 commit b10cb4c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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 @@ your list of dependencies in `mix.exs`:

```elixir
def deps do
[{:nuon, "~> 0.19.205"}]
[{:nuon, "~> 0.19.206"}]
end
```

Expand Down
2 changes: 1 addition & 1 deletion lib/nuon/connection.ex
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ defmodule Nuon.Connection do
Keyword.get(
tesla_options,
:user_agent,
"openapi-generator - Nuon 0.19.205 - elixir"
"openapi-generator - Nuon 0.19.206 - elixir"
)
)

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 Nuon.Mixfile do
def project do
[
app: :nuon,
version: "0.19.205",
version: "0.19.206",
elixir: "~> 1.10",
build_embedded: Mix.env() == :prod,
start_permanent: Mix.env() == :prod,
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.19.205
0.19.206

0 comments on commit b10cb4c

Please sign in to comment.