Skip to content

Commit 651cff1

Browse files
committed
New release 3.4.0
1 parent 9914a27 commit 651cff1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Mixpanel/MixpanelAPI.cs

Lines changed: 1 addition & 1 deletion
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.3.2";
21+
internal const string MixpanelUnityVersion = "3.4.0";
2222

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

package.json

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

0 commit comments

Comments
 (0)