From e893618330fa7cc8edf9af49b0dd07a9fc5f81d0 Mon Sep 17 00:00:00 2001 From: Zoey de Souza Pessanha Date: Mon, 30 Dec 2024 22:41:01 -0300 Subject: [PATCH] release: 0.2.0 --- README.md | 2 +- mix.exs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index da1cee1..b001e04 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Add the following dependencies to your `mix.exs` file: def deps do [ {:supabase_potion, "~> 0.5"}, - {:supabase_postgrest, "~> 0.1"} + {:supabase_postgrest, "~> 0.2"} ] end ``` diff --git a/mix.exs b/mix.exs index 9bb760b..a91f5d6 100644 --- a/mix.exs +++ b/mix.exs @@ -1,12 +1,12 @@ defmodule PostgREST.MixProject do use Mix.Project - @source_url "https://github.com/zoedsoupe/postgrest-ex" + @source_url "https://github.com/supabase-community/postgrest-ex" def project do [ app: :supabase_postgrest, - version: "0.1.5", + version: "0.2.0", elixir: "~> 1.15", start_permanent: Mix.env() == :prod, deps: deps(),