Skip to content

Commit

Permalink
Updated to v3.5.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
beeradmoore committed Jan 13, 2020
1 parent 5e6f535 commit 0e54c62
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Binding/Cartfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "mixpanel/mixpanel-iphone" == 3.5.0
github "mixpanel/mixpanel-iphone" == 3.5.1
2 changes: 1 addition & 1 deletion Binding/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.0")]
[assembly: AssemblyVersion("3.5.1")]

// The following attributes are used to specify the signing key for the assembly,
// if desired. See the Mono documentation for more information about signing.
Expand Down
2 changes: 1 addition & 1 deletion Binding/Xam.Plugin.Mixpanel.iOS.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Xam.Plugin.Mixpanel.iOS</id>
<version>3.5.0</version>
<version>3.5.1</version>
<description>Xamarin.iOS bindings for Mixpanel (Objective-C).</description>
<authors>FourPi</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Xam.Plugin.Mixpanel.iOS

Xamarin.iOS bindings for Mixpanel iOS v3.5.0.
Xamarin.iOS bindings for Mixpanel iOS v3.5.1.


## Installation
Expand Down

0 comments on commit 0e54c62

Please sign in to comment.