diff --git a/README.md b/README.md
index b7f23be..d8fefd5 100644
--- a/README.md
+++ b/README.md
@@ -109,6 +109,12 @@ Note that when specifying these options as html data-attributes, you should conv
 			<td>true</td>
 			<td>iOS devices are incompatable with this plugin. If true, this option will set the parallax image as a static, centered background image whenever it detects an iOS user agent. Disable this if you wish to implement your own graceful degradation.</td>
 		</tr>
+		<tr>
+			<td>androidFix</td>
+			<td>boolean</td>
+			<td>true</td>
+			<td>If true, this option will set the parallax image as a static, centered background image whenever it detects an Android user agent. Disable this if you wish to enable the parallax scrolling effect on Android devices.</td>
+		</tr>
 	</tbody>
 </table>
 
diff --git a/parallax.js b/parallax.js
index e248661..e14a39f 100644
--- a/parallax.js
+++ b/parallax.js
@@ -1,5 +1,5 @@
 /*!
- * parallax.js v1.1 (http://pixelcog.github.io/parallax.js/)
+ * parallax.js v1.2 (http://pixelcog.github.io/parallax.js/)
  * Copyright (c) 2014 PixelCog, Inc.
  * Licensed under MIT (https://github.com/pixelcog/parallax.js/blob/master/LICENSE)
  */
diff --git a/parallax.min.js b/parallax.min.js
index 5c47984..01fd941 100644
--- a/parallax.min.js
+++ b/parallax.min.js
@@ -1,5 +1,5 @@
 /*!
- * parallax.js v1.1 (http://pixelcog.github.io/parallax.js/)
+ * parallax.js v1.2 (http://pixelcog.github.io/parallax.js/)
  * Copyright (c) 2014 PixelCog, Inc.
  * Licensed under MIT (https://github.com/pixelcog/parallax.js/blob/master/LICENSE)
  */