From 96c6ad3ec2a08ad971f4e3ac14f987be117e94c6 Mon Sep 17 00:00:00 2001 From: Brad Date: Sat, 27 Aug 2022 13:34:48 +1000 Subject: [PATCH] Updated to 6.5.2 --- Binding/FetchJars.sh | 2 +- Binding/Properties/AssemblyInfo.cs | 4 ++-- Binding/Xam.Plugin.Mixpanel.Android.nuspec | 2 +- Example/ExampleProject.csproj | 2 +- README.md | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Binding/FetchJars.sh b/Binding/FetchJars.sh index 7b047d1..fd0d9ef 100755 --- a/Binding/FetchJars.sh +++ b/Binding/FetchJars.sh @@ -1,6 +1,6 @@ #!/bin/sh -MIXPANEL_VERSION=6.5.1 +MIXPANEL_VERSION=6.5.2 rm -f Jars/mixpanel-android.aar rm -f Jars/mixpanel-android-javadoc.jar diff --git a/Binding/Properties/AssemblyInfo.cs b/Binding/Properties/AssemblyInfo.cs index b5b8ea2..078fc26 100644 --- a/Binding/Properties/AssemblyInfo.cs +++ b/Binding/Properties/AssemblyInfo.cs @@ -26,5 +26,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("6.5.1")] -[assembly: AssemblyFileVersion("6.5.1")] +[assembly: AssemblyVersion("6.5.2")] +[assembly: AssemblyFileVersion("6.5.2")] diff --git a/Binding/Xam.Plugin.Mixpanel.Android.nuspec b/Binding/Xam.Plugin.Mixpanel.Android.nuspec index 367d204..6370f67 100644 --- a/Binding/Xam.Plugin.Mixpanel.Android.nuspec +++ b/Binding/Xam.Plugin.Mixpanel.Android.nuspec @@ -2,7 +2,7 @@ Xam.Plugin.Mixpanel.Android - 6.5.1 + 6.5.2 Xamarin.Android bindings for Mixpanel. mixpanel, xamarin, xamarin.android, android beeradmoore diff --git a/Example/ExampleProject.csproj b/Example/ExampleProject.csproj index 50b55c9..8b84814 100644 --- a/Example/ExampleProject.csproj +++ b/Example/ExampleProject.csproj @@ -108,7 +108,7 @@ - 6.5.1 + 6.5.2 diff --git a/README.md b/README.md index c06ca29..aea5baf 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Xam.Plugin.Mixpanel.Android -Xamarin.Android bindings for Mixpanel Android v6.5.1. +Xamarin.Android bindings for Mixpanel Android v6.5.2. ## Installation