Skip to content

Commit

Permalink
Merge branch 'main' of github.com:zoedsoupe/storage-ex into feat/refa…
Browse files Browse the repository at this point in the history
…ctor

* 'main' of github.com:zoedsoupe/storage-ex:
  refactor: match with new supabase_potion release (#3)
  • Loading branch information
zoedsoupe committed Jan 16, 2025
2 parents 00da974 + 90ad694 commit 82d047d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .wakatime-project
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
storage-ex
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
@@ -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
[
Expand Down

0 comments on commit 82d047d

Please sign in to comment.