From b10cb4ce4e6ac3f92dc4b8fe25d65221eb261079 Mon Sep 17 00:00:00 2001 From: nuonbot Date: Tue, 20 Aug 2024 14:10:32 -0700 Subject: [PATCH] ci: generate from api 0.19.206 (#212) --- README.md | 2 +- lib/nuon/connection.ex | 2 +- mix.exs | 2 +- version.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6949123..e91aa79 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ your list of dependencies in `mix.exs`: ```elixir def deps do - [{:nuon, "~> 0.19.205"}] + [{:nuon, "~> 0.19.206"}] end ``` diff --git a/lib/nuon/connection.ex b/lib/nuon/connection.ex index 2f3a1c8..d8b569e 100644 --- a/lib/nuon/connection.ex +++ b/lib/nuon/connection.ex @@ -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" ) ) diff --git a/mix.exs b/mix.exs index a07643e..b996609 100644 --- a/mix.exs +++ b/mix.exs @@ -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, diff --git a/version.txt b/version.txt index fb6fee8..6b3670b 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.19.205 +0.19.206