Skip to content

Commit

Permalink
feat: Automated regeneration of SearchConsole client
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Jul 9, 2024
1 parent ec72cbe commit 9700e22
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions clients/search_console/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ Install this package from [Hex](https://hex.pm) by adding

```elixir
def deps do
[{:google_api_search_console, "~> 0.17"}]
[{:google_api_search_console, "~> 0.18"}]
end
```

## For more information

Product documentation is available at [https://developers.google.com/webmaster-tools/search-console-api/](https://developers.google.com/webmaster-tools/search-console-api/).
Product documentation is available at [https://developers.google.com/webmaster-tools/about](https://developers.google.com/webmaster-tools/about).

Library reference documentation is published on Hexdocs at
[https://hexdocs.pm/google_api_search_console](https://hexdocs.pm/google_api_search_console).
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ defmodule GoogleApi.SearchConsole.V1 do
API client metadata for GoogleApi.SearchConsole.V1.
"""

@discovery_revision "20220128"
@discovery_revision "20240708"

def discovery_revision(), do: @discovery_revision
end
4 changes: 2 additions & 2 deletions clients/search_console/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
defmodule GoogleApi.SearchConsole.Mixfile do
use Mix.Project

@version "0.17.0"
@version "0.18.0"

def project() do
[
Expand Down Expand Up @@ -59,7 +59,7 @@ defmodule GoogleApi.SearchConsole.Mixfile do
licenses: ["Apache 2.0"],
links: %{
"GitHub" => "https://github.com/googleapis/elixir-google-api/tree/master/clients/search_console",
"Homepage" => "https://developers.google.com/webmaster-tools/search-console-api/"
"Homepage" => "https://developers.google.com/webmaster-tools/about"
}
]
end
Expand Down

0 comments on commit 9700e22

Please sign in to comment.