Skip to content

Commit

Permalink
corrected version no
Browse files Browse the repository at this point in the history
  • Loading branch information
janpaepke committed Oct 8, 2018
1 parent aae9253 commit 778a709
Show file tree
Hide file tree
Showing 14 changed files with 24 additions and 24 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ If you want to contribute please [get in touch](http://www.janpaepke.de) and let

---

# ScrollMagic <a href='https://github.com/janpaepke/ScrollMagic/blob/master/CHANGELOG.md' class='version' title='Whats New?'>v2.0.7</a> [![Build Status](https://api.travis-ci.org/janpaepke/ScrollMagic.svg?branch=master)](https://travis-ci.org/janpaepke/ScrollMagic)
# ScrollMagic <a href='https://github.com/janpaepke/ScrollMagic/blob/master/CHANGELOG.md' class='version' title='Whats New?'>v2.0.6</a> [![Build Status](https://api.travis-ci.org/janpaepke/ScrollMagic.svg?branch=master)](https://travis-ci.org/janpaepke/ScrollMagic)

### The javascript library for magical scroll interactions. [![Donate](https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif "Shut up and take my money!")](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8BJC8B58XHKLL "Shut up and take my money!")

Expand Down Expand Up @@ -96,15 +96,15 @@ __Option 4: CDN__
If you don't want to host ScrollMagic yourself, you can include it from [cdnjs](https://cdnjs.com/libraries/ScrollMagic):

```
http://cdnjs.cloudflare.com/ajax/libs/ScrollMagic/2.0.7/ScrollMagic.min.js
http://cdnjs.cloudflare.com/ajax/libs/ScrollMagic/2.0.6/ScrollMagic.min.js
```

All plugins and uncompressed files are also available on cdnjs.
For example:

```
http://cdnjs.cloudflare.com/ajax/libs/ScrollMagic/2.0.7/plugins/debug.addIndicators.js
http://cdnjs.cloudflare.com/ajax/libs/ScrollMagic/2.0.7/plugins/debug.addIndicators.min.js
http://cdnjs.cloudflare.com/ajax/libs/ScrollMagic/2.0.6/plugins/debug.addIndicators.js
http://cdnjs.cloudflare.com/ajax/libs/ScrollMagic/2.0.6/plugins/debug.addIndicators.min.js
```

## Installation
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scrollmagic",
"version": "2.0.7",
"version": "2.0.6",
"description": "The javascript library for magical scroll interactions.",
"homepage": "http://ScrollMagic.io",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion dev/build/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.0.7",
"version": "2.0.6",
"lastupdate": "2018-10-08",
"info": {
"description": "The javascript library for magical scroll interactions.",
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": "scrollmagic",
"title": "ScrollMagic",
"version": "2.0.7",
"version": "2.0.6",
"description": "The javascript library for magical scroll interactions.",
"author": {
"name": "Jan Paepke",
Expand Down
4 changes: 2 additions & 2 deletions scrollmagic/minified/ScrollMagic.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion scrollmagic/minified/plugins/animation.gsap.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 scrollmagic/minified/plugins/animation.velocity.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 scrollmagic/minified/plugins/debug.addIndicators.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 scrollmagic/minified/plugins/jquery.ScrollMagic.min.js

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

6 changes: 3 additions & 3 deletions scrollmagic/uncompressed/ScrollMagic.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/*!
* ScrollMagic v2.0.7 (2018-10-08)
* ScrollMagic v2.0.6 (2018-10-08)
* The javascript library for magical scroll interactions.
* (c) 2018 Jan Paepke (@janpaepke)
* Project Website: http://scrollmagic.io
*
* @version 2.0.7
* @version 2.0.6
* @license Dual licensed under MIT license and GPL.
* @author Jan Paepke - e-mail@janpaepke.de
*
Expand All @@ -31,7 +31,7 @@
_util.log(2, '(COMPATIBILITY NOTICE) -> As of ScrollMagic 2.0.0 you need to use \'new ScrollMagic.Controller()\' to create a new controller instance. Use \'new ScrollMagic.Scene()\' to instance a scene.');
};

ScrollMagic.version = "2.0.7";
ScrollMagic.version = "2.0.6";

// TODO: temporary workaround for chrome's scroll jitter bug
window.addEventListener("mousewheel", function () {});
Expand Down
4 changes: 2 additions & 2 deletions scrollmagic/uncompressed/plugins/animation.gsap.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/*!
* ScrollMagic v2.0.7 (2018-10-08)
* ScrollMagic v2.0.6 (2018-10-08)
* The javascript library for magical scroll interactions.
* (c) 2018 Jan Paepke (@janpaepke)
* Project Website: http://scrollmagic.io
*
* @version 2.0.7
* @version 2.0.6
* @license Dual licensed under MIT license and GPL.
* @author Jan Paepke - e-mail@janpaepke.de
*
Expand Down
4 changes: 2 additions & 2 deletions scrollmagic/uncompressed/plugins/animation.velocity.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/*!
* ScrollMagic v2.0.7 (2018-10-08)
* ScrollMagic v2.0.6 (2018-10-08)
* The javascript library for magical scroll interactions.
* (c) 2018 Jan Paepke (@janpaepke)
* Project Website: http://scrollmagic.io
*
* @version 2.0.7
* @version 2.0.6
* @license Dual licensed under MIT license and GPL.
* @author Jan Paepke - e-mail@janpaepke.de
*
Expand Down
4 changes: 2 additions & 2 deletions scrollmagic/uncompressed/plugins/debug.addIndicators.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/*!
* ScrollMagic v2.0.7 (2018-10-08)
* ScrollMagic v2.0.6 (2018-10-08)
* The javascript library for magical scroll interactions.
* (c) 2018 Jan Paepke (@janpaepke)
* Project Website: http://scrollmagic.io
*
* @version 2.0.7
* @version 2.0.6
* @license Dual licensed under MIT license and GPL.
* @author Jan Paepke - e-mail@janpaepke.de
*
Expand Down
4 changes: 2 additions & 2 deletions scrollmagic/uncompressed/plugins/jquery.ScrollMagic.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/*!
* ScrollMagic v2.0.7 (2018-10-08)
* ScrollMagic v2.0.6 (2018-10-08)
* The javascript library for magical scroll interactions.
* (c) 2018 Jan Paepke (@janpaepke)
* Project Website: http://scrollmagic.io
*
* @version 2.0.7
* @version 2.0.6
* @license Dual licensed under MIT license and GPL.
* @author Jan Paepke - e-mail@janpaepke.de
*
Expand Down

0 comments on commit 778a709

Please sign in to comment.