Skip to content

Commit eb5f2c9

Browse files
feat: Automated regeneration of AdSenseHost client (googleapis#12242)
Auto-created at 2024-09-30 13:16:18 +0000 using the toys pull request generator.
1 parent d66ce59 commit eb5f2c9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

clients/ad_sense_host/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Install this package from [Hex](https://hex.pm) by adding
1111

1212
```elixir
1313
def deps do
14-
[{:google_api_ad_sense_host, "~> 0.13"}]
14+
[{:google_api_ad_sense_host, "~> 0.14"}]
1515
end
1616
```
1717

clients/ad_sense_host/mix.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
defmodule GoogleApi.AdSenseHost.Mixfile do
1919
use Mix.Project
2020

21-
@version "0.13.0"
21+
@version "0.14.0"
2222

2323
def project() do
2424
[
@@ -56,7 +56,7 @@ defmodule GoogleApi.AdSenseHost.Mixfile do
5656
[
5757
files: ["lib", "mix.exs", "README*", "LICENSE"],
5858
maintainers: ["Jeff Ching", "Daniel Azuma"],
59-
licenses: ["Apache 2.0"],
59+
licenses: ["Apache-2.0"],
6060
links: %{
6161
"GitHub" => "https://github.com/googleapis/elixir-google-api/tree/master/clients/ad_sense_host",
6262
"Homepage" => "https://developers.google.com/adsense/host/"

0 commit comments

Comments
 (0)