Skip to content

Commit

Permalink
0.6.29
Browse files Browse the repository at this point in the history
  • Loading branch information
Prinzhorn committed Nov 17, 2014
1 parent 229662f commit 1da1627
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 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.29 (2014-11-17)
-------------------

* Make the ID of `skrollr-body` configurable (#592)

0.6.28 (2014-11-15)
-------------------

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.28
skrollr 0.6.29
==============

Stand-alone **parallax scrolling** JavaScript library for **mobile (Android, iOS, etc.) and desktop** in about 12k minified.
Expand Down
4 changes: 2 additions & 2 deletions dist/skrollr.min.js

Large diffs are not rendered by default.

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.28",
"version": "0.6.29",
"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.26'
VERSION: '0.6.29'
};

//Minify optimization.
Expand Down

0 comments on commit 1da1627

Please sign in to comment.