From f476cd2e42b9fa47f6606e063f4ac96f5242e25e Mon Sep 17 00:00:00 2001 From: Brad Moore Date: Thu, 13 Feb 2020 18:24:06 +1100 Subject: [PATCH] Updated to 3.5.2. --- Binding/Cartfile | 2 +- Binding/Properties/AssemblyInfo.cs | 2 +- Binding/Xam.Plugin.Mixpanel.iOS.nuspec | 2 +- README.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Binding/Cartfile b/Binding/Cartfile index e5da183..de99a10 100644 --- a/Binding/Cartfile +++ b/Binding/Cartfile @@ -1 +1 @@ -github "mixpanel/mixpanel-iphone" == 3.5.1 \ No newline at end of file +github "mixpanel/mixpanel-iphone" == 3.5.2 \ No newline at end of file diff --git a/Binding/Properties/AssemblyInfo.cs b/Binding/Properties/AssemblyInfo.cs index 327cd97..2a08733 100644 --- a/Binding/Properties/AssemblyInfo.cs +++ b/Binding/Properties/AssemblyInfo.cs @@ -25,7 +25,7 @@ // The form "{Major}.{Minor}.*" will automatically update the build and revision, // and "{Major}.{Minor}.{Build}.*" will update just the revision. -[assembly: AssemblyVersion("3.5.1")] +[assembly: AssemblyVersion("3.5.2")] // The following attributes are used to specify the signing key for the assembly, // if desired. See the Mono documentation for more information about signing. diff --git a/Binding/Xam.Plugin.Mixpanel.iOS.nuspec b/Binding/Xam.Plugin.Mixpanel.iOS.nuspec index 1a829d2..0f339e5 100644 --- a/Binding/Xam.Plugin.Mixpanel.iOS.nuspec +++ b/Binding/Xam.Plugin.Mixpanel.iOS.nuspec @@ -2,7 +2,7 @@ Xam.Plugin.Mixpanel.iOS - 3.5.1 + 3.5.2 Xamarin.iOS bindings for Mixpanel (Objective-C). FourPi false diff --git a/README.md b/README.md index 67cd0f7..1604258 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Xam.Plugin.Mixpanel.iOS -Xamarin.iOS bindings for Mixpanel iOS v3.5.1. +Xamarin.iOS bindings for Mixpanel iOS v3.5.2. ## Installation