Skip to content

Commit

Permalink
feat: Automated regeneration of CloudKMS client (#11631)
Browse files Browse the repository at this point in the history
Auto-created at 2024-07-25 16:33:02 +0000 using the toys pull request generator.
  • Loading branch information
yoshi-code-bot authored Jul 25, 2024
1 parent 2dbe138 commit 0a0a9dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion clients/cloud_kms/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Install this package from [Hex](https://hex.pm) by adding

```elixir
def deps do
[{:google_api_cloud_kms, "~> 0.40"}]
[{:google_api_cloud_kms, "~> 0.41"}]
end
```

Expand Down
4 changes: 2 additions & 2 deletions clients/cloud_kms/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
defmodule GoogleApi.CloudKMS.Mixfile do
use Mix.Project

@version "0.40.0"
@version "0.41.0"

def project() do
[
Expand Down Expand Up @@ -56,7 +56,7 @@ defmodule GoogleApi.CloudKMS.Mixfile do
[
files: ["lib", "mix.exs", "README*", "LICENSE"],
maintainers: ["Jeff Ching", "Daniel Azuma"],
licenses: ["Apache 2.0"],
licenses: ["Apache-2.0"],
links: %{
"GitHub" => "https://github.com/googleapis/elixir-google-api/tree/master/clients/cloud_kms",
"Homepage" => "https://cloud.google.com/kms/"
Expand Down

0 comments on commit 0a0a9dc

Please sign in to comment.