Skip to content

Commit 898d5b8

Browse files
committedSep 26, 2013
Release 0.2.1
1 parent 45638a9 commit 898d5b8

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed
 

‎History.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11

2+
0.2.1 / 2013-09-26
3+
==================
4+
5+
* update examples and docs
6+
* fixed typo in Move.prototype.ease function [olegomon]
7+
* use translate3d() when available
8+
29
0.2.0 / 2013-09-16
310
==================
411

‎component.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "move",
33
"description": "CSS3 backed JavaScript animation framework",
44
"repo": "visionmedia/move.js",
5-
"version": "0.2.0",
5+
"version": "0.2.1",
66
"keywords": ["animation", "css3"],
77
"scripts": ["index.js"],
88
"dependencies": {

‎index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ var style = window.getComputedStyle
3333
* Library version.
3434
*/
3535

36-
Move.version = '0.0.3';
36+
Move.version = '0.2.1';
3737

3838
/**
3939
* Defaults.

0 commit comments

Comments
 (0)
Please sign in to comment.