Skip to content

Commit

Permalink
Bump up version
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio Alonso committed Dec 18, 2019
1 parent 1527356 commit ab17942
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [v2.1.1](https://github.com/rocktavious/mixpanel-unity/releases/tag/v2.1.1)
### December 17th - 2019

## Fixes
- Added support for older Unity versions if .NET 4.x equivalent is the selected scripting runtime version
- Fix value serialize/deserialize bug (#93)

---

## [v2.1.0](https://github.com/rocktavious/mixpanel-unity/releases/tag/v2.1.0)
### November 14th - 2019

Expand Down
2 changes: 1 addition & 1 deletion Mixpanel/MixpanelAPI.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ namespace mixpanel
/// </code>
public static partial class Mixpanel
{
internal const string MixpanelUnityVersion = "2.1.0";
internal const string MixpanelUnityVersion = "2.1.1";

/// <summary>
/// Creates a distinct_id alias.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.mixpanel.unity",
"displayName": "Mixpanel",
"version": "2.1.0",
"version": "2.1.1",
"description": "Official Mixpanel library for Unity.",
"repository": {
"type": "git",
Expand Down

0 comments on commit ab17942

Please sign in to comment.