Skip to content

Commit

Permalink
0.6.22
Browse files Browse the repository at this point in the history
  • Loading branch information
Prinzhorn committed Feb 21, 2014
1 parent 3237db2 commit cca88da
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 3 deletions.
5 changes: 5 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.6.22 (2014-02-21)
-------------------

* Experimental AMD support (#409). Please read the documentation about it.

0.6.21 (2014-01-06)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![Build Status](https://secure.travis-ci.org/Prinzhorn/skrollr.png)](http://travis-ci.org/Prinzhorn/skrollr)

skrollr 0.6.21
skrollr 0.6.22
=====

Stand-alone **parallax scrolling** JavaScript library for **mobile (Android, iOS, etc.) and desktop** in just over **9.6k** (minified) or **4.5k** (minified + gzipped).
Expand Down
2 changes: 2 additions & 0 deletions dist/skrollr.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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "skrollr",
"title": "skrollr",
"description": "Stand-alone parallax scrolling library with zero dependencies.",
"version": "0.6.21",
"version": "0.6.22",
"homepage": "https://github.com/Prinzhorn/skrollr",
"author": {
"name": "Alexander Prinzhorn",
Expand Down
2 changes: 1 addition & 1 deletion src/skrollr.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
init: function(options) {
return _instance || new Skrollr(options);
},
VERSION: '0.6.21'
VERSION: '0.6.22'
};

//Minify optimization.
Expand Down

0 comments on commit cca88da

Please sign in to comment.