Skip to content

Commit

Permalink
feat: Automated regeneration of ChromeManagement client (#12736)
Browse files Browse the repository at this point in the history
Auto-created at 2024-12-18 13:13:38 +0000 using the toys pull request generator.
  • Loading branch information
yoshi-code-bot authored Dec 18, 2024
1 parent 4b31ae4 commit 3330d2a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions clients/chrome_management/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_chrome_management, "~> 0.10"}]
[{:google_api_chrome_management, "~> 0.11"}]
end
```

## For more information

Product documentation is available at [http://developers.google.com/chrome/management/](http://developers.google.com/chrome/management/).
Product documentation is available at [https://developers.google.com/chrome/management/](https://developers.google.com/chrome/management/).

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

@discovery_revision "20241215"
@discovery_revision "20241216"

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

@version "0.10.0"
@version "0.11.0"

def project() do
[
Expand Down Expand Up @@ -59,7 +59,7 @@ defmodule GoogleApi.ChromeManagement.Mixfile do
licenses: ["Apache-2.0"],
links: %{
"GitHub" => "https://github.com/googleapis/elixir-google-api/tree/master/clients/chrome_management",
"Homepage" => "http://developers.google.com/chrome/management/"
"Homepage" => "https://developers.google.com/chrome/management/"
}
]
end
Expand Down

0 comments on commit 3330d2a

Please sign in to comment.