Skip to content

Commit 9643c6f

Browse files
authored
Merge pull request #201 from okgrow/v3.0.4
v3.0.4
2 parents 386d08d + 984a09e commit 9643c6f

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

examples/flow-router/.meteor/versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ npm-mongo@2.2.33
7272
oauth@1.1.13
7373
oauth2@1.1.11
7474
observe-sequence@1.0.16
75-
okgrow:analytics@3.0.3
75+
okgrow:analytics@3.0.4
7676
ordered-dict@1.0.9
7777
promise@0.9.0
7878
random@1.0.10

examples/iron-router/.meteor/versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ npm-mongo@2.2.33
7878
oauth@1.1.13
7979
oauth2@1.1.11
8080
observe-sequence@1.0.16
81-
okgrow:analytics@3.0.3
81+
okgrow:analytics@3.0.4
8282
ordered-dict@1.0.9
8383
promise@0.9.0
8484
random@1.0.10

examples/react-router/.meteor/versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ npm-bcrypt@0.9.3
6060
npm-mongo@2.2.33
6161
observe-sequence@1.0.16
6262
okgrow:accounts-ui-react@0.8.0
63-
okgrow:analytics@3.0.3
63+
okgrow:analytics@3.0.4
6464
ordered-dict@1.0.9
6565
promise@0.9.0
6666
random@1.0.10

package.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package.describe({
22
name: 'okgrow:analytics',
3-
version: '3.0.3',
3+
version: '3.0.4',
44
summary: 'Extends @okgrow/auto-analytics adding automatic user identification for Meteor applications.',
55
git: 'https://github.com/okgrow/analytics',
66
documentation: 'README.md',
@@ -29,5 +29,5 @@ Package.onUse((api) => {
2929
});
3030

3131
Npm.depends({
32-
'@okgrow/auto-analytics': '1.0.3',
32+
'@okgrow/auto-analytics': '1.0.4',
3333
});

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "analytics",
3-
"version": "3.0.3",
3+
"version": "3.0.4",
44
"description": "Complete Google Analytics, Mixpanel, KISSmetrics (and more) integration for Meteor",
55
"repository": {
66
"type": "git",
@@ -29,6 +29,6 @@
2929
"eslint-plugin-meteor": "^4.0.1"
3030
},
3131
"dependencies": {
32-
"@okgrow/auto-analytics": "1.0.3"
32+
"@okgrow/auto-analytics": "1.0.4"
3333
}
3434
}

0 commit comments

Comments
 (0)