Skip to content

Commit

Permalink
Protocol version bump up
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-dimitru committed Apr 26, 2019
1 parent 2b4f2cf commit eaf6a72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/analytics.js
Expand Up @@ -3,7 +3,7 @@ module.exports = (function () {
var self = this; var self = this;
this.sid = sid; this.sid = sid;
this.DNT = !!parseInt(navigator.doNotTrack || 0); this.DNT = !!parseInt(navigator.doNotTrack || 0);
this.version = 115; this.version = 204;
this.sending = false; this.sending = false;
this.loc = location || window.location || document.location; this.loc = location || window.location || document.location;
this.current = ''; this.current = '';
Expand Down
2 changes: 1 addition & 1 deletion lib/analytics.min.js

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

0 comments on commit eaf6a72

Please sign in to comment.