Updated version and RELEASENOTES.md for release 1.2.1
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 4f3b329..34dc077 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,9 @@
 -->
 # Release Notes
 
+### 1.2.1 (Apr 15, 2016)
+* CB-10636 Add `JSHint` for plugins
+
 ### 1.2.0 (Nov 18, 2015)
 * [CB-10035](https://issues.apache.org/jira/browse/CB-10035) Updated `RELEASENOTES` to be newest to oldest
 * access all `accel` properties via getters
diff --git a/package.json b/package.json
index 85d7b69..ba76614 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-device-motion",
-  "version": "1.2.1-dev",
+  "version": "1.2.1",
   "description": "Cordova Device Motion Plugin",
   "cordova": {
     "id": "cordova-plugin-device-motion",
diff --git a/plugin.xml b/plugin.xml
index f53a339..4c54ddd 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -20,7 +20,7 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
            id="cordova-plugin-device-motion"
-      version="1.2.1-dev">
+      version="1.2.1">
 	
     <name>Device Motion</name>
     <description>Cordova Device Motion Plugin</description>
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 40463ea..4cbe4d2 100644
--- a/tests/plugin.xml
+++ b/tests/plugin.xml
@@ -20,7 +20,7 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
     id="cordova-plugin-device-motion-tests"
-    version="1.2.1-dev">
+    version="1.2.1">
     <name>Cordova Device Motion Plugin Tests</name>
     <license>Apache 2.0</license>