Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
robflaherty committed Apr 28, 2016
1 parent 08e7d9c commit b8ca649
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 8 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "scroll-depth",
"main": "jquery.scrolldepth.js",
"version": "0.9.0",
"version": "0.9.1",
"homepage": "http://scrolldepth.parsnip.io",
"authors": [
"Rob Flaherty"
Expand All @@ -17,7 +17,7 @@
],
"dependencies": {
"jquery" : ">=1.8"
},
},
"license": "MIT",
"ignore": [
"test",
Expand Down
4 changes: 2 additions & 2 deletions jquery.scrolldepth.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* @preserve
* jquery.scrolldepth.js | v0.9
* Copyright (c) 2015 Rob Flaherty (@robflaherty)
* jquery.scrolldepth.js | v0.9.1
* Copyright (c) 2016 Rob Flaherty (@robflaherty)
* Licensed under the MIT and GPL licenses.
*/

Expand Down
6 changes: 3 additions & 3 deletions jquery.scrolldepth.min.js

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

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scroll-depth",
"version": "0.9.0",
"version": "0.9.1",
"description": "A Google Analytics plugin for measuring page scrolling.",
"main": "jquery.scrolldepth.js",
"directories": {
Expand All @@ -24,5 +24,8 @@
"google analytics",
"scrolling"
],
"dependencies": {
"jquery": ">=1.8"
},
"homepage": "http://scrolldepth.parsnip.io/"
}
2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ If you have any questions you can find me on Twitter at [@robflaherty](https://t

## Changelog

0.9.1 (4/28/18): Added support for Universal Module Definition (UMD).

This comment has been minimized.

Copy link
@mef

mef Jun 4, 2016

0.9.1 (4/28/18)

Looks like this change has been time-travelling ;)

This comment has been minimized.

Copy link
@robflaherty

robflaherty Jun 14, 2016

Author Owner

@mef ;) thanks, fixed.


0.9 (11/19/15): Removed Baseline event. Added methods to add elements, remove elements, and reset the current scroll tracking state.

0.8 (7/18/15): Added option for custom GA global. Added '__gaTracker' as auto-detected global. Added option for overriding GTM.
Expand Down

0 comments on commit b8ca649

Please sign in to comment.