Skip to content

Commit

Permalink
feat: Automated regeneration of Tasks client (#11643)
Browse files Browse the repository at this point in the history
Auto-created at 2024-07-25 16:36:30 +0000 using the toys pull request generator.
  • Loading branch information
yoshi-code-bot authored Jul 25, 2024
1 parent 0a0a9dc commit 3f3317f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion clients/tasks/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_tasks, "~> 0.15"}]
[{:google_api_tasks, "~> 0.16"}]
end
```

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

@version "0.15.0"
@version "0.16.0"

def project() do
[
Expand Down Expand Up @@ -56,7 +56,7 @@ defmodule GoogleApi.Tasks.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/tasks",
"Homepage" => "https://developers.google.com/tasks/"
Expand Down

0 comments on commit 3f3317f

Please sign in to comment.