Skip to content

Commit

Permalink
feat: Automated regeneration of FirebaseStorage client (#12794)
Browse files Browse the repository at this point in the history
Auto-created at 2025-01-09 13:17:19 +0000 using the toys pull request generator.
  • Loading branch information
yoshi-code-bot authored Jan 9, 2025
1 parent 2f9f6ca commit c8bcd74
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 121 deletions.
2 changes: 1 addition & 1 deletion clients/firebase_storage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Install this package from [Hex](https://hex.pm) by adding

```elixir
def deps do
[{:google_api_firebase_storage, "~> 0.4"}]
[{:google_api_firebase_storage, "~> 0.5"}]
end
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ defmodule GoogleApi.FirebaseStorage.V1beta do
API client metadata for GoogleApi.FirebaseStorage.V1beta.
"""

@discovery_revision "20241111"
@discovery_revision "20241218"

def discovery_revision(), do: @discovery_revision
end

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion clients/firebase_storage/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
defmodule GoogleApi.FirebaseStorage.Mixfile do
use Mix.Project

@version "0.4.0"
@version "0.5.0"

def project() do
[
Expand Down

0 comments on commit c8bcd74

Please sign in to comment.