Skip to content

Commit

Permalink
release: 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zoedsoupe committed Dec 31, 2024
1 parent 01fa19b commit e893618
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
@@ -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(),
Expand Down

0 comments on commit e893618

Please sign in to comment.