diff --git a/mix.exs b/mix.exs index 1fea90e..99f601b 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule ArchAstro.SDK.MixProject do def project do [ app: :archastro, - version: "0.3.4", + version: "0.3.5", elixir: ">= 1.15.0", start_permanent: Mix.env() == :prod, deps: deps(), diff --git a/scripts/sdk-generator-config.json b/scripts/sdk-generator-config.json index 2e3e046..d57d7af 100644 --- a/scripts/sdk-generator-config.json +++ b/scripts/sdk-generator-config.json @@ -1,6 +1,6 @@ { "name": "archastro", - "version": "0.3.4", + "version": "0.3.5", "baseUrl": "https://platform.archastro.ai", "apiBase": "/api", "defaultVersion": "v1",