Skip to content

Commit

Permalink
Bump version number to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zihejia committed May 24, 2018
1 parent 867a220 commit ec69f54
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deployments/UnityMixpanel/Assets/Mixpanel/Mixpanel.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
*** do not modify the line below, it is updated by the build scripts ***
Mixpanel SDK for Unity version v1.1.1
Mixpanel SDK for Unity version v1.2.0
*/

#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)
Expand Down
2 changes: 1 addition & 1 deletion native/include/mixpanel/mixpanel.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
*** do not modify the line below, it is updated by the build scripts ***
Mixpanel C++ SDK version v1.1.1
Mixpanel C++ SDK version v1.2.0
*/

#ifndef _MIXPANEL_HPP_
Expand Down
2 changes: 1 addition & 1 deletion native/source/mixpanel/detail/mixpanel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

namespace mixpanel
{
static const std::string sdk_version = "v1.1.1";
static const std::string sdk_version = "v1.2.0";

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

0 comments on commit ec69f54

Please sign in to comment.