Skip to content

Commit

Permalink
Bump up version 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio Alonso committed Feb 11, 2020
1 parent d50438c commit ecf27ed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.2";
internal const string MixpanelUnityVersion = "2.1.3";

/// <summary>
/// Creates a distinct_id alias.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Latest Version
--------------
##### _January 9th, 2020_ - [v2.1.2](https://github.com/mixpanel/mixpanel-unity/releases/tag/v2.1.2)
##### _February 10th, 2020_ - [v2.1.2](https://github.com/mixpanel/mixpanel-unity/releases/tag/v2.1.3)

Supported Unity Version >= 2018.3. For older versions, you need to have `.NET 4.x Equivalent` selected as the scripting runtime version in your editor settings.

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.2",
"version": "2.1.3",
"description": "Official Mixpanel library for Unity.",
"repository": {
"type": "git",
Expand Down

0 comments on commit ecf27ed

Please sign in to comment.