From b0cb4733defc1539eb0263c6f387d54faef2f6ea Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Wed, 11 Dec 2024 13:16:28 +0000 Subject: [PATCH] feat: Automated regeneration of Games client --- clients/games/README.md | 2 +- clients/games/lib/google_api/games/v1/metadata.ex | 2 +- clients/games/mix.exs | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/clients/games/README.md b/clients/games/README.md index 3ce11b2ad3..fb66aa0767 100644 --- a/clients/games/README.md +++ b/clients/games/README.md @@ -2,7 +2,7 @@ Google Play Game Services client library. -The Google Play games service allows developers to enhance games with social leaderboards, achievements, game state, sign-in with Google, and more. +The Google Play Games Service allows developers to enhance games with social leaderboards, achievements, game state, sign-in with Google, and more. ## Installation diff --git a/clients/games/lib/google_api/games/v1/metadata.ex b/clients/games/lib/google_api/games/v1/metadata.ex index 62d5d8d823..6657e6c103 100644 --- a/clients/games/lib/google_api/games/v1/metadata.ex +++ b/clients/games/lib/google_api/games/v1/metadata.ex @@ -20,7 +20,7 @@ defmodule GoogleApi.Games.V1 do API client metadata for GoogleApi.Games.V1. """ - @discovery_revision "20240701" + @discovery_revision "20241209" def discovery_revision(), do: @discovery_revision end diff --git a/clients/games/mix.exs b/clients/games/mix.exs index 92d6d3c718..c8065075a1 100644 --- a/clients/games/mix.exs +++ b/clients/games/mix.exs @@ -18,7 +18,7 @@ defmodule GoogleApi.Games.Mixfile do use Mix.Project - @version "0.26.0" + @version "0.26.1" def project() do [ @@ -48,7 +48,7 @@ defmodule GoogleApi.Games.Mixfile do defp description() do """ - Google Play Game Services client library. The Google Play games service allows developers to enhance games with social leaderboards, achievements, game state, sign-in with Google, and more. + Google Play Game Services client library. The Google Play Games Service allows developers to enhance games with social leaderboards, achievements, game state, sign-in with Google, and more. """ end