Skip to content

Commit f64bde1

Browse files
committed
Version 3.4.2
1 parent aba061b commit f64bde1

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.1";
21+
internal const string MixpanelUnityVersion = "3.4.2";
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.1",
4+
"version": "3.4.2",
55
"description": "Official Mixpanel library for Unity.",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)