Skip to content

Commit 85a4fff

Browse files
committed
0.1.2 release notes in readme
1 parent a5eca36 commit 85a4fff

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ To quote part of the Jank Busting article:
1818
1919
## Download
2020

21-
Download the [production version][min] or the [development version][max] of version 0.1.1.
21+
Download the [production version][min] or the [development version][max] of version 0.1.2.
2222

23-
[min]: https://raw.github.com/gnarf37/jquery-requestAnimationFrame/0.1.1/dist/jquery.requestAnimationFrame.min.js
24-
[max]: https://raw.github.com/gnarf37/jquery-requestAnimationFrame/0.1.1/dist/jquery.requestAnimationFrame.js
23+
[min]: https://raw.github.com/gnarf37/jquery-requestAnimationFrame/0.1.2/dist/jquery.requestAnimationFrame.min.js
24+
[max]: https://raw.github.com/gnarf37/jquery-requestAnimationFrame/0.1.2/dist/jquery.requestAnimationFrame.js
2525

2626
In your web page:
2727

@@ -45,6 +45,8 @@ _Also, please don't edit files in the "dist" subdirectory as they are generated
4545

4646
## Release History
4747

48+
* 0.1.2 - Apr 15 2013
49+
* Removed `o` prefix - opera only ships with unprefixed rAF
4850
* 0.1.1 - Mar 5 2013
4951
* Removed `ms` prefix
5052
* 0.1.0 - Jan 13 2013

0 commit comments

Comments
 (0)