File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
clients/chrome_management
lib/google_api/chrome_management/v1 Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ Install this package from [Hex](https://hex.pm) by adding
1111
1212``` elixir
1313def deps do
14- [{:google_api_chrome_management , " ~> 0.10 " }]
14+ [{:google_api_chrome_management , " ~> 0.11 " }]
1515end
1616```
1717
1818## For more information
1919
20- Product documentation is available at [ http ://developers.google.com/chrome/management/] ( http ://developers.google.com/chrome/management/) .
20+ Product documentation is available at [ https ://developers.google.com/chrome/management/] ( https ://developers.google.com/chrome/management/) .
2121
2222Library reference documentation is published on Hexdocs at
2323[ https://hexdocs.pm/google_api_chrome_management ] ( https://hexdocs.pm/google_api_chrome_management ) .
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ defmodule GoogleApi.ChromeManagement.V1 do
2020 API client metadata for GoogleApi.ChromeManagement.V1.
2121 """
2222
23- @ discovery_revision "20241215 "
23+ @ discovery_revision "20241216 "
2424
2525 def discovery_revision ( ) , do: @ discovery_revision
2626end
Original file line number Diff line number Diff line change 1818defmodule GoogleApi.ChromeManagement.Mixfile do
1919 use Mix.Project
2020
21- @ version "0.10 .0"
21+ @ version "0.11 .0"
2222
2323 def project ( ) do
2424 [
@@ -59,7 +59,7 @@ defmodule GoogleApi.ChromeManagement.Mixfile do
5959 licenses: [ "Apache-2.0" ] ,
6060 links: % {
6161 "GitHub" => "https://github.com/googleapis/elixir-google-api/tree/master/clients/chrome_management" ,
62- "Homepage" => "http ://developers.google.com/chrome/management/"
62+ "Homepage" => "https ://developers.google.com/chrome/management/"
6363 }
6464 ]
6565 end
You can’t perform that action at this time.
0 commit comments