From c146b3009cb5a9d0f4ff3eaf6fbef214421463fe Mon Sep 17 00:00:00 2001 From: Zihe Jia Date: Sun, 12 May 2024 15:40:04 -0700 Subject: [PATCH] Version 3.5.2 --- 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 06ad237..fe244c3 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.5.1"; + internal const string MixpanelUnityVersion = "3.5.2"; /// /// 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 2911436..cce64e5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "com.mixpanel.unity", "displayName": "Mixpanel", - "version": "3.5.1", + "version": "3.5.2", "description": "Official Mixpanel library for Unity.", "repository": { "type": "git",