We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aba061b commit f64bde1Copy full SHA for f64bde1
Mixpanel/MixpanelAPI.cs
@@ -18,7 +18,7 @@ namespace mixpanel
18
/// </code>
19
public static partial class Mixpanel
20
{
21
- internal const string MixpanelUnityVersion = "3.4.1";
+ internal const string MixpanelUnityVersion = "3.4.2";
22
23
/// <summary>
24
/// Creates an Mixpanel instance. Use only if you have enabled "Manual Initialization" from your Project Settings.
package.json
@@ -1,7 +1,7 @@
1
2
"name": "com.mixpanel.unity",
3
"displayName": "Mixpanel",
4
- "version": "3.4.1",
+ "version": "3.4.2",
5
"description": "Official Mixpanel library for Unity.",
6
"repository": {
7
"type": "git",
0 commit comments