diff --git a/Mixpanel/MixpanelAPI.cs b/Mixpanel/MixpanelAPI.cs index 8e65a5c..af3d0f9 100644 --- a/Mixpanel/MixpanelAPI.cs +++ b/Mixpanel/MixpanelAPI.cs @@ -18,7 +18,7 @@ namespace mixpanel /// public static partial class Mixpanel { - internal const string MixpanelUnityVersion = "3.0.2"; + internal const string MixpanelUnityVersion = "3.1.0"; /// /// Creates an Mixpanel instance. Use only if you have enabled "Manual Initialization" from your Project Settings. diff --git a/package.json b/package.json index 4a0d80e..64d0675 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "com.mixpanel.unity", "displayName": "Mixpanel", - "version": "3.0.2", + "version": "3.1.0", "description": "Official Mixpanel library for Unity.", "repository": { "type": "git",