Skip to content

Commit a5eca36

Browse files
committed
Bumping to 0.1.3pre
1 parent 6b15a29 commit a5eca36

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

dist/jquery.requestAnimationFrame.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! jQuery requestAnimationFrame - v0.1.2pre - 2013-04-15
1+
/*! jQuery requestAnimationFrame - v0.1.3pre - 2013-04-15
22
* https://github.com/gnarf37/jquery-requestAnimationFrame
33
* Copyright (c) 2013 Corey Frang; Licensed MIT */
44

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "jquery.requestAnimationFrame",
33
"title": "jQuery requestAnimationFrame",
44
"description": "Replaces the standard jQuery timer loop with requestAnimationFrame where supported. Requires jQuery 1.8",
5-
"version": "0.1.2pre",
5+
"version": "0.1.3pre",
66
"homepage": "https://github.com/gnarf37/jquery-requestAnimationFrame",
77
"author": {
88
"name": "Corey Frang",

requestAnimationFrame.jquery.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"keywords": [
66
"animation"
77
],
8-
"version": "0.1.2pre",
8+
"version": "0.1.3pre",
99
"author": {
1010
"name": "Corey Frang",
1111
"email": "gnarf37@gmail.com",
@@ -21,7 +21,7 @@
2121
"licenses": [
2222
{
2323
"type": "MIT",
24-
"url": "https://github.com/gnarf37/jquery-requestAnimationFrame/blob/0.1.2pre/LICENSE-MIT"
24+
"url": "https://github.com/gnarf37/jquery-requestAnimationFrame/blob/0.1.3pre/LICENSE-MIT"
2525
}
2626
],
2727
"bugs": "https://github.com/gnarf37/jquery-requestAnimationFrame/issues",

0 commit comments

Comments
 (0)