Skip to content

Commit

Permalink
Updated to v5.8.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
beeradmoore committed Mar 9, 2021
1 parent e878f82 commit 4c1865a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Binding/FetchJars.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

MIXPANEL_VERSION=5.8.6
MIXPANEL_VERSION=5.8.7

rm -f Jars/mixpanel-android.aar
rm -f Jars/mixpanel-android-javadoc.jar
Expand Down
4 changes: 2 additions & 2 deletions Binding/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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("5.8.6")]
[assembly: AssemblyFileVersion("5.8.6")]
[assembly: AssemblyVersion("5.8.7")]
[assembly: AssemblyFileVersion("5.8.7")]
2 changes: 1 addition & 1 deletion Binding/Xam.Plugin.Mixpanel.Android.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.Android</id>
<version>5.8.6</version>
<version>5.8.7</version>
<description>Xamarin.Android bindings for Mixpanel.</description>
<tags>mixpanel, xamarin, xamarin.android, android</tags>
<authors>beeradmoore</authors>
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Xam.Plugin.Mixpanel.Android

Xamarin.Android bindings for Mixpanel Android v5.8.6.
Xamarin.Android bindings for Mixpanel Android v5.8.7.


## Installation
Expand All @@ -20,7 +20,7 @@ using Xam.Plugin.Mixpanel.Android;
And then follow the docs provided at the Mixpanel Developer Documentation (https://developer.mixpanel.com/docs/android)

## Breaking Changes
### v5.6.5
### v5.8.7
The Xam.Plugin.Mixpanel.Android.Mpmetrcis namespace has been renamed to Xam.Plugin.Mixpanel.Android.MPMetrics.

## Build
Expand Down

0 comments on commit 4c1865a

Please sign in to comment.