Skip to content

Commit dce834e

Browse files
committed
v2.5.1
1 parent edd63c0 commit dce834e

File tree

2 files changed

+89
-88
lines changed

2 files changed

+89
-88
lines changed

mixpanel.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Mixpanel JS Library v2.5.0
2+
* Mixpanel JS Library v2.5.1
33
*
44
* Copyright 2012, Mixpanel, Inc. All Rights Reserved
55
* http://mixpanel.com/
@@ -79,7 +79,7 @@ Globals should be all caps
7979
*/
8080
var HTTP_PROTOCOL = (("https:" == document.location.protocol) ? "https://" : "http://"),
8181

82-
LIB_VERSION = '2.5.0',
82+
LIB_VERSION = '2.5.1',
8383
SNIPPET_VERSION = (mixpanel && mixpanel['__SV']) || 0,
8484

8585
// http://hacks.mozilla.org/2009/07/cross-site-xmlhttprequest-with-cors/

0 commit comments

Comments
 (0)