diff --git a/.wakatime-project b/.wakatime-project new file mode 100644 index 0000000..4ffbcfc --- /dev/null +++ b/.wakatime-project @@ -0,0 +1 @@ +storage-ex diff --git a/README.md b/README.md index d423310..9525e7a 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,8 @@ ```elixir def deps do [ - {:supabase_potion, "~> 0.5"}, - {:supabase_storage, "~> 0.3"} + {:supabase_potion, "~> 0.6"}, + {:supabase_storage, "~> 0.4"} ] end ``` diff --git a/mix.exs b/mix.exs index 945b654..33f4ad2 100644 --- a/mix.exs +++ b/mix.exs @@ -1,8 +1,8 @@ defmodule Supabase.Storage.MixProject do use Mix.Project - @version "0.3.4" - @source_url "https://github.com/zoedsoupe/storage-ex" + @version "0.4.0" + @source_url "https://github.com/supabase-community/storage-ex" def project do [