Skip to content

Commit fdbfa32

Browse files
committed
Version 3.5.0
1 parent f1159c2 commit fdbfa32

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Mixpanel/MixpanelAPI.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ namespace mixpanel
1818
/// </code>
1919
public static partial class Mixpanel
2020
{
21-
internal const string MixpanelUnityVersion = "3.4.2";
21+
internal const string MixpanelUnityVersion = "3.5.0";
2222

2323
/// <summary>
2424
/// Creates an Mixpanel instance. Use only if you have enabled "Manual Initialization" from your Project Settings.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.mixpanel.unity",
33
"displayName": "Mixpanel",
4-
"version": "3.4.2",
4+
"version": "3.5.0",
55
"description": "Official Mixpanel library for Unity.",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)