Skip to content

Commit

Permalink
merged
Browse files Browse the repository at this point in the history
  • Loading branch information
ianstormtaylor committed Nov 25, 2013
2 parents 2e61c72 + 8969b40 commit 4f69acd
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 8 deletions.
6 changes: 5 additions & 1 deletion History.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
1.1.3 - November 25, 2013
1.1.4 - November 25, 2013
-------------------------
* fix `page` method properties overload

1.1.3 - November 21, 2013
-------------------------
* update `analytics.js-integrations` to `0.2.10`

1.1.2 - November 21, 2013
-------------------------
* update `analytics.js-integrations` to `0.2.9`
Expand Down
2 changes: 1 addition & 1 deletion analytics.js
Original file line number Diff line number Diff line change
Expand Up @@ -9533,7 +9533,7 @@ var analytics = module.exports = exports = new Analytics();
* Expose `VERSION`.
*/

exports.VERSION = '1.1.3';
exports.VERSION = '1.1.4';


/**
Expand Down
2 changes: 1 addition & 1 deletion analytics.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "analytics",
"version": "1.1.3",
"version": "1.1.4",
"main": "analytics.js",
"dependencies": {},
"devDependencies": {}
Expand Down
4 changes: 2 additions & 2 deletions component.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "analytics",
"repo": "segmentio/analytics.js",
"description": "The hassle-free way to integrate analytics into any web application.",
"version": "1.1.3",
"version": "1.1.4",
"keywords": [
"analytics",
"analytics.js",
Expand All @@ -24,7 +24,7 @@
"ianstormtaylor/is": "0.1.0",
"segmentio/after": "0.0.1",
"segmentio/analytics.js-integration": "0.1.4",
"segmentio/analytics.js-integrations": "0.2.9",
"segmentio/analytics.js-integrations": "0.2.10",
"segmentio/canonical": "0.0.1",
"segmentio/extend": "0.0.1",
"segmentio/is-email": "0.1.1",
Expand Down
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ var analytics = module.exports = exports = new Analytics();
* Expose `VERSION`.
*/

exports.VERSION = '1.1.3';
exports.VERSION = '1.1.4';


/**
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "analytics.js",
"author": "Segment.io <[email protected]>",
"version": "1.1.3",
"version": "1.1.4",
"license": "MIT",
"description": "The hassle-free way to integrate analytics into any web application.",
"keywords": ["analytics", "analytics.js", "segment", "segment.io"],
Expand Down

0 comments on commit 4f69acd

Please sign in to comment.