Skip to content

Commit a3eedf7

Browse files
GoogleMaps 9.1.1.2 patch bump
1 parent 8dee804 commit a3eedf7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

components.cake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Artifact FIREBASE_STORAGE_ARTIFACT = new Artifact ("Firebase.Sto
2020
// Google artifacts available to be built. These artifacts generate NuGets.
2121
Artifact GOOGLE_ANALYTICS_ARTIFACT = new Artifact ("Google.Analytics", "3.20.0.2", "11.0", ComponentGroup.Google, csprojName: "Analytics");
2222
Artifact GOOGLE_CAST_ARTIFACT = new Artifact ("Google.Cast", "4.7.0.1", "12.0", ComponentGroup.Google, csprojName: "Cast");
23-
Artifact GOOGLE_MAPS_ARTIFACT = new Artifact ("Google.Maps", "9.1.1.1", "15.0", ComponentGroup.Google, csprojName: "Maps");
23+
Artifact GOOGLE_MAPS_ARTIFACT = new Artifact ("Google.Maps", "9.1.1.2", "15.0", ComponentGroup.Google, csprojName: "Maps");
2424
Artifact GOOGLE_MOBILE_ADS_ARTIFACT = new Artifact ("Google.MobileAds", "8.13.0.3", "11.0", ComponentGroup.Google, csprojName: "MobileAds");
2525
Artifact GOOGLE_UMP_ARTIFACT = new Artifact ("Google.UserMessagingPlatform", "1.1.0.1", "11.0", ComponentGroup.Google, csprojName: "UserMessagingPlatform");
2626
Artifact GOOGLE_PLACES_ARTIFACT = new Artifact ("Google.Places", "6.0.0.3", "12.0", ComponentGroup.Google, csprojName: "Places");

source/Google/Maps/Maps.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<RootNamespace>Google.Maps</RootNamespace>
1111
<AssemblyName>Google.Maps</AssemblyName>
1212
<AssemblyVersion>1.0.0.0</AssemblyVersion>
13-
<FileVersion>9.1.1.1</FileVersion>
13+
<FileVersion>9.1.1.2</FileVersion>
1414
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
1515
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1616
</PropertyGroup>
@@ -26,7 +26,7 @@
2626
<PackageProjectUrl>https://github.com/AdamEssenmacher/GoogleApisForiOSComponents</PackageProjectUrl>
2727
<PackageLicenseFile>License.md</PackageLicenseFile>
2828
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
29-
<PackageVersion>9.1.1.1</PackageVersion>
29+
<PackageVersion>9.1.1.2</PackageVersion>
3030
</PropertyGroup>
3131
<ItemGroup>
3232
<Compile Include="..\..\AssemblyInfo.cs" />

0 commit comments

Comments
 (0)