Skip to content

Commit

Permalink
feat: Automated regeneration of Games client
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Dec 11, 2024
1 parent 0663be1 commit b0cb473
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion clients/games/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion clients/games/lib/google_api/games/v1/metadata.ex
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions clients/games/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
defmodule GoogleApi.Games.Mixfile do
use Mix.Project

@version "0.26.0"
@version "0.26.1"

def project() do
[
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit b0cb473

Please sign in to comment.