Skip to content

Commit

Permalink
v2.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
evnp committed Apr 24, 2018
1 parent 91efa16 commit 341db5c
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion build/mixpanel.amd.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ define(function () { 'use strict';

var Config = {
DEBUG: false,
LIB_VERSION: '2.20.0'
LIB_VERSION: '2.21.0'
};

// since es6 imports are static and we run unit tests from the console, window won't be defined when importing this file
Expand Down
2 changes: 1 addition & 1 deletion build/mixpanel.cjs.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

var Config = {
DEBUG: false,
LIB_VERSION: '2.20.0'
LIB_VERSION: '2.21.0'
};

// since es6 imports are static and we run unit tests from the console, window won't be defined when importing this file
Expand Down
2 changes: 1 addition & 1 deletion build/mixpanel.globals.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

var Config = {
DEBUG: false,
LIB_VERSION: '2.20.0'
LIB_VERSION: '2.21.0'
};

// since es6 imports are static and we run unit tests from the console, window won't be defined when importing this file
Expand Down
2 changes: 1 addition & 1 deletion build/mixpanel.umd.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

var Config = {
DEBUG: false,
LIB_VERSION: '2.20.0'
LIB_VERSION: '2.21.0'
};

// since es6 imports are static and we run unit tests from the console, window won't be defined when importing this file
Expand Down
2 changes: 1 addition & 1 deletion examples/commonjs-browserify/bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

var Config = {
DEBUG: false,
LIB_VERSION: '2.20.0'
LIB_VERSION: '2.21.0'
};

// since es6 imports are static and we run unit tests from the console, window won't be defined when importing this file
Expand Down
2 changes: 1 addition & 1 deletion examples/es2015-babelify/bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@ Object.defineProperty(exports, '__esModule', {
});
var Config = {
DEBUG: false,
LIB_VERSION: '2.20.0'
LIB_VERSION: '2.21.0'
};

exports['default'] = Config;
Expand Down
2 changes: 1 addition & 1 deletion examples/umd-webpack/bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@

var Config = {
DEBUG: false,
LIB_VERSION: '2.20.0'
LIB_VERSION: '2.21.0'
};

// since es6 imports are static and we run unit tests from the console, window won't be defined when importing this file
Expand Down
2 changes: 1 addition & 1 deletion mixpanel-jslib-snippet.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion mixpanel.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mixpanel-browser",
"version": "2.20.0",
"version": "2.21.0",
"description": "The official Mixpanel JavaScript browser client library",
"main": "build/mixpanel.cjs.js",
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion src/config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var Config = {
DEBUG: false,
LIB_VERSION: '2.20.0'
LIB_VERSION: '2.21.0'
};

export default Config;

0 comments on commit 341db5c

Please sign in to comment.