Skip to content

Commit

Permalink
ci: generate from api 0.19.199 (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
nuonbot authored Jul 26, 2024
1 parent 2cad7b0 commit 60a11c1
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.198"}]
[{:nuon, "~> 0.19.199"}]
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.198 - elixir"
"openapi-generator - Nuon 0.19.199 - 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.198",
version: "0.19.199",
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.198
0.19.199

0 comments on commit 60a11c1

Please sign in to comment.