From 0a07479b640ab4531e012edd73d4033f83509644 Mon Sep 17 00:00:00 2001 From: Chris Nelson Date: Mon, 1 Jul 2024 15:51:02 -0400 Subject: [PATCH] bumpety bump --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 1a6e0f8..a1b78fb 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule AshTable.MixProject do def project do [ app: :ash_table, - version: "0.1.0", + version: "0.2.0", elixir: "~> 1.14", description: "A sortable, paginated table as a LiveView component, that integrates with Ash", start_permanent: Mix.env() == :prod,