Skip to content

Commit

Permalink
v2.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
evnp committed Feb 2, 2018
1 parent 2db84aa commit 690e348
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 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.16.0'
LIB_VERSION: '2.17.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.16.0'
LIB_VERSION: '2.17.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.16.0'
LIB_VERSION: '2.17.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.16.0'
LIB_VERSION: '2.17.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.16.0'
LIB_VERSION: '2.17.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 @@ -563,7 +563,7 @@ Object.defineProperty(exports, '__esModule', {
});
var Config = {
DEBUG: false,
LIB_VERSION: '2.16.0'
LIB_VERSION: '2.17.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.16.0'
LIB_VERSION: '2.17.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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mixpanel-browser",
"version": "2.16.0",
"version": "2.17.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.16.0'
LIB_VERSION: '2.17.0'
};

export default Config;

0 comments on commit 690e348

Please sign in to comment.