From 0971ed657036c665ed977aad9ec56068b1be71ac Mon Sep 17 00:00:00 2001 From: Matt Matijevich Date: Fri, 10 Jul 2026 20:25:18 -0500 Subject: [PATCH] Bump version to 0.2.0 New table, field, file, and temp-token API calls warrant a minor bump. --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index f97a436..6fd42ce 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Quickbase.MixProject do use Mix.Project - @version "0.1.0" + @version "0.2.0" @source_url "https://github.com/mattijevi/quickbase" def project do