From 52b7fbb2f9c2e96d99032ee855fe6ac63494a2d0 Mon Sep 17 00:00:00 2001 From: Zihe Jia Date: Fri, 29 Apr 2022 17:07:22 -0700 Subject: [PATCH] New release 3.1.1 --- Mixpanel/MixpanelAPI.cs | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Mixpanel/MixpanelAPI.cs b/Mixpanel/MixpanelAPI.cs index 72bd722..1679d68 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.1.0"; + internal const string MixpanelUnityVersion = "3.1.1"; /// /// 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 64d0675..6dce981 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "com.mixpanel.unity", "displayName": "Mixpanel", - "version": "3.1.0", + "version": "3.1.1", "description": "Official Mixpanel library for Unity.", "repository": { "type": "git",