Skip to content

Commit

Permalink
v2.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
evnp committed Feb 1, 2018
1 parent a183181 commit 79bb98d
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 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.15.0'
LIB_VERSION: '2.16.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.15.0'
LIB_VERSION: '2.16.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.15.0'
LIB_VERSION: '2.16.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.15.0'
LIB_VERSION: '2.16.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.15.0'
LIB_VERSION: '2.16.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 @@ -557,7 +557,7 @@ Object.defineProperty(exports, '__esModule', {
});
var Config = {
DEBUG: false,
LIB_VERSION: '2.15.0'
LIB_VERSION: '2.16.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.15.0'
LIB_VERSION: '2.16.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.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 src/config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var Config = {
DEBUG: false,
LIB_VERSION: '2.15.0'
LIB_VERSION: '2.16.0'
};

export default Config;

0 comments on commit 79bb98d

Please sign in to comment.