Skip to content

Commit 442e35d

Browse files
committed
Bump to 0.2.3-pre
1 parent 494a6f5 commit 442e35d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

dist/jquery.requestanimationframe.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* jquery.requestanimationframe - 0.1.3-pre
2+
* jquery.requestanimationframe - 0.2.3-pre
33
* https://github.com/gnarf37/jquery-requestAnimationFrame
44
* Requires jQuery 1.8+
55
*

dist/jquery.requestanimationframe.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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jquery.requestanimationframe",
33
"description": "Replaces the standard jQuery timer loop with requestAnimationFrame where supported. Requires jQuery >=1.8",
4-
"version": "0.2.2-pre",
4+
"version": "0.2.3-pre",
55
"main": "dist/jquery.requestanimationframe.js",
66
"homepage": "https://github.com/gnarf37/jquery-requestAnimationFrame",
77
"author": {

0 commit comments

Comments
 (0)