From d87fc6d32f629c6b15a261ba0f66879b262b7f25 Mon Sep 17 00:00:00 2001 From: nuonbot Date: Mon, 22 Jul 2024 09:38:50 -0700 Subject: [PATCH] ci: generate from api 0.19.193 (#201) --- 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 2ddb311..84001ec 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.192"}] + [{:nuon, "~> 0.19.193"}] end ``` diff --git a/lib/nuon/connection.ex b/lib/nuon/connection.ex index 1f4cba0..4af3638 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.192 - elixir" + "openapi-generator - Nuon 0.19.193 - elixir" ) ) diff --git a/mix.exs b/mix.exs index 2d2fa2c..800ce8f 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Nuon.Mixfile do def project do [ app: :nuon, - version: "0.19.192", + version: "0.19.193", elixir: "~> 1.10", build_embedded: Mix.env() == :prod, start_permanent: Mix.env() == :prod, diff --git a/version.txt b/version.txt index 757ac51..f7ba8a4 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.19.192 +0.19.193