diff --git a/README.md b/README.md
index 4426e858..6f8e049f 100644
--- a/README.md
+++ b/README.md
@@ -1,26 +1,26 @@
-##Velocity 1.2.2
+##Velocity 1.2.3
-**News**
+**News**
You can now order the Velocity book on [Amazon](http://amazon.com/Web-Animation-using-JavaScript-Develop/dp/0134096665)!
WhatsApp, Tumblr, Windows, Samsung, Uber, and thousands of other companies rely on Velocity. Visit [Libscore.com](http://libscore.com/#$.Velocity) to see which sites use Velocity on their homepage.
Also, a round of Velocity updates are coming shortly, including an official React plugin :)
-**Docs**
+**Docs**
[VelocityJS.org](http://VelocityJS.org)
-**Quickstart**
+**Quickstart**
-Velocity (CDN):
-``
+Velocity (CDN):
+``
-Velocity UI pack (CDN):
-``
+Velocity UI pack (CDN):
+``
-Package managers:
-`bower install velocity`
-`npm install velocity-animate`
+Package managers:
+`bower install velocity`
+`npm install velocity-animate`
**Found a Possible Bug?**
@@ -33,7 +33,7 @@ Ask on [StackOverflow](http://stackoverflow.com/tags/velocity.js) (make sure you
###**Updates**
- **1.2.0**: [Custom tweens](http://VelocityJS.org/#progress). [Custom easings](http://VelocityJS.org/#easing). ["Finish" command](http://VelocityJS.org/#finish). See [commit log](https://github.com/julianshapiro/velocity/commit/2a28e3812c6fe9262244ed3b6d41d12ae9a107c6) for more.
-- **1.0.0**: File name changed to `velocity.js`. Read [VelocityJS.org/#dependencies](http://VelocityJS.org/#dependencies).
+- **1.0.0**: File name changed to `velocity.js`. Read [VelocityJS.org/#dependencies](http://VelocityJS.org/#dependencies).
- **0.1.0**: `stop` now stops animations *immediately* (instead of only clearing the remainder of the animation queue). No other backwards-incompatible changes were made.
###**Learn**
@@ -51,5 +51,5 @@ Ask on [StackOverflow](http://stackoverflow.com/tags/velocity.js) (make sure you
====
-[MIT License](LICENSE.md). © Julian Shapiro (http://twitter.com/shapiro).
+[MIT License](LICENSE.md). © Julian Shapiro (http://twitter.com/shapiro).
[Stripe](https://stripe.com/blog/stripe-open-source-retreat) sponsors Velocity's development. [BrowserStack](http://www.browserstack.com/) provides testing services.
diff --git a/bower.json b/bower.json
index 768ee613..feb02b94 100644
--- a/bower.json
+++ b/bower.json
@@ -1,6 +1,6 @@
{
"name": "velocity",
- "version": "1.2.2",
+ "version": "1.2.3",
"homepage": "http://velocityjs.org",
"authors": [
{ "name" : "Julian Shapiro",
@@ -31,7 +31,7 @@
"jquery": "*"
},
"repository" :
- {
+ {
"type" : "git",
"url" : "http://github.com/julianshapiro/velocity.git"
}
diff --git a/package.json b/package.json
index 3cae9c61..a307983f 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "velocity-animate",
- "version": "1.2.2",
+ "version": "1.2.3",
"description": "Accelerated JavaScript animation.",
"keywords": [
"velocity",
diff --git a/test/index.html b/test/index.html
index e668129a..6237de5e 100644
--- a/test/index.html
+++ b/test/index.html
@@ -42,7 +42,6 @@