diff --git a/Mixpanel/MixpanelAPI.cs b/Mixpanel/MixpanelAPI.cs index 0bb59c2..c687170 100644 --- a/Mixpanel/MixpanelAPI.cs +++ b/Mixpanel/MixpanelAPI.cs @@ -18,7 +18,7 @@ namespace mixpanel /// public static partial class Mixpanel { - internal const string MixpanelUnityVersion = "2.1.2"; + internal const string MixpanelUnityVersion = "2.1.3"; /// /// Creates a distinct_id alias. diff --git a/README.md b/README.md index 040bfac..963f1a7 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/package.json b/package.json index 6ea5814..b404d10 100644 --- a/package.json +++ b/package.json @@ -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",