From 96b5650b7c363956d84ffd781c9fc2cd0faf2134 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 00:24:39 +0000 Subject: [PATCH] release: archastro v0.3.5 --- mix.exs | 2 +- scripts/sdk-generator-config.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",