Skip to content

Commit

Permalink
New release 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zihejia committed Dec 22, 2022
1 parent 9914a27 commit 651cff1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Mixpanel/MixpanelAPI.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ namespace mixpanel
/// </code>
public static partial class Mixpanel
{
internal const string MixpanelUnityVersion = "3.3.2";
internal const string MixpanelUnityVersion = "3.4.0";

/// <summary>
/// Creates an Mixpanel instance. Use only if you have enabled "Manual Initialization" from your Project Settings.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.mixpanel.unity",
"displayName": "Mixpanel",
"version": "3.3.2",
"version": "3.4.0",
"description": "Official Mixpanel library for Unity.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 651cff1

Please sign in to comment.