diff --git a/Binding/Cartfile b/Binding/Cartfile index 53735a8..dc424fc 100644 --- a/Binding/Cartfile +++ b/Binding/Cartfile @@ -1 +1 @@ -github "mixpanel/mixpanel-iphone" == 3.6.1 \ No newline at end of file +github "mixpanel/mixpanel-iphone" == 3.6.2 \ No newline at end of file diff --git a/Binding/Properties/AssemblyInfo.cs b/Binding/Properties/AssemblyInfo.cs index f6cc741..af01cf4 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.6.1")] +[assembly: AssemblyVersion("3.6.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 d4274c9..d63dc0b 100644 --- a/Binding/Xam.Plugin.Mixpanel.iOS.nuspec +++ b/Binding/Xam.Plugin.Mixpanel.iOS.nuspec @@ -2,7 +2,7 @@ Xam.Plugin.Mixpanel.iOS - 3.6.1 + 3.6.2 Xamarin.iOS bindings for Mixpanel (Objective-C). mixpanel, xamarin, xamarin.ios, ios beeradmoore