Skip to content

Commit ec69f54

Browse files
committed
Bump version number to 1.2.0
1 parent 867a220 commit ec69f54

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

deployments/UnityMixpanel/Assets/Mixpanel/Mixpanel.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
*** do not modify the line below, it is updated by the build scripts ***
3-
Mixpanel SDK for Unity version v1.1.1
3+
Mixpanel SDK for Unity version v1.2.0
44
*/
55

66
#if !UNITY_PRO_LICENSE && (UNITY_2_6||UNITY_2_6_1||UNITY_3_0||UNITY_3_0_0||UNITY_3_1||UNITY_3_2||UNITY_3_3||UNITY_3_4||UNITY_3_5||UNITY_4_0||UNITY_4_0_1||UNITY_4_1||UNITY_4_2||UNITY_4_3||UNITY_4_5||UNITY_4_6)

native/include/mixpanel/mixpanel.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
*** do not modify the line below, it is updated by the build scripts ***
3-
Mixpanel C++ SDK version v1.1.1
3+
Mixpanel C++ SDK version v1.2.0
44
*/
55

66
#ifndef _MIXPANEL_HPP_

native/source/mixpanel/detail/mixpanel.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
namespace mixpanel
2424
{
25-
static const std::string sdk_version = "v1.1.1";
25+
static const std::string sdk_version = "v1.2.0";
2626

2727
// helper function to get the time since epoch as double / float etc.
2828
template <typename T>

0 commit comments

Comments
 (0)