From 22a014f0e84e59afc52309b2c8ca148300158269 Mon Sep 17 00:00:00 2001 From: Julian Shapiro Date: Wed, 30 Jul 2014 15:08:08 -0700 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a6344dd0..15c772dc 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -##Velocity (0.9.0) +##Velocity (0.10.0) **Docs** http://VelocityJS.org @@ -24,6 +24,7 @@ Bower package is *velocity*. NPM package is *velocity-animate*. ###**New Features** +- 0.10.0: Infinite looping. See http://VelocityJS.org/#loop. - 0.9.0: Support for hex values. See http://VelocityJS.org/#colors. `velocity-animating` indicator class. - 0.8.0: Support for the vw/vh CSS units. - 0.6.0: Can set `display: "auto"` and can set `visibility`. See http://VelocityJS.org/#displayAndVisibility.