Skip to content

Commit 71836f3

Browse files
committed
release: 2.0.9
1 parent ae186f0 commit 71836f3

File tree

14 files changed

+32
-32
lines changed

14 files changed

+32
-32
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ScrollMagic <a href='https://github.com/janpaepke/ScrollMagic/blob/master/CHANGELOG.md' class='version' title='Whats New?'>v2.0.8</a>
1+
# ScrollMagic <a href='https://github.com/janpaepke/ScrollMagic/blob/master/CHANGELOG.md' class='version' title='Whats New?'>v2.0.9</a>
22

33
### The javascript library for magical scroll interactions.
44

@@ -80,15 +80,15 @@ npm install scrollmagic
8080
If you don't want to host ScrollMagic yourself, you can include it from [cdnjs](https://cdnjs.com/libraries/ScrollMagic):
8181

8282
```
83-
https://cdnjs.cloudflare.com/ajax/libs/ScrollMagic/2.0.8/ScrollMagic.min.js
83+
https://cdnjs.cloudflare.com/ajax/libs/ScrollMagic/2.0.9/ScrollMagic.min.js
8484
```
8585

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

8989
```
90-
https://cdnjs.cloudflare.com/ajax/libs/ScrollMagic/2.0.8/plugins/debug.addIndicators.js
91-
https://cdnjs.cloudflare.com/ajax/libs/ScrollMagic/2.0.8/plugins/debug.addIndicators.min.js
90+
https://cdnjs.cloudflare.com/ajax/libs/ScrollMagic/2.0.9/plugins/debug.addIndicators.js
91+
https://cdnjs.cloudflare.com/ajax/libs/ScrollMagic/2.0.9/plugins/debug.addIndicators.min.js
9292
```
9393

9494
## Installation

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "scrollmagic",
3-
"version": "2.0.8",
3+
"version": "2.0.9",
44
"description": "The javascript library for magical scroll interactions.",
55
"homepage": "https://scrollmagic.io",
66
"repository": {

dev/build/config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"version": "2.0.8",
3-
"lastupdate": "2020-08-14",
2+
"version": "2.0.9",
3+
"lastupdate": "2026-02-20",
44
"info": {
55
"description": "The javascript library for magical scroll interactions.",
66
"homepage": "https://scrollmagic.io",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "scrollmagic",
33
"title": "ScrollMagic",
4-
"version": "2.0.8",
4+
"version": "2.0.9",
55
"description": "The javascript library for magical scroll interactions.",
66
"author": {
77
"name": "Jan Paepke",

scrollmagic/minified/ScrollMagic.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scrollmagic/minified/plugins/animation.gsap.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scrollmagic/minified/plugins/animation.velocity.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)