Updated version and RELEASENOTES.md for release 1.2.1
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 00b5a0f..82f1a86 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,10 @@
 -->
 # Release Notes
 
+### 1.2.1 (Apr 15, 2016)
+* CB-10763: Remove emoji in `cordova-plugin-network-information`
+* CB-10636 Add `JSHint` for plugins
+
 ### 1.2.0 (Jan 15, 2016)
 * Adding `CoreTelephony` to `plugin.xml`
 * Adding notification for `CT radio` information
diff --git a/package.json b/package.json
index bbc5bde..6e341ff 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-network-information",
-  "version": "1.2.1-dev",
+  "version": "1.2.1",
   "description": "Cordova Network Information Plugin",
   "cordova": {
     "id": "cordova-plugin-network-information",
diff --git a/plugin.xml b/plugin.xml
index 20eea08..eb7e807 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -21,7 +21,7 @@
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
 xmlns:android="http://schemas.android.com/apk/res/android"
            id="cordova-plugin-network-information"
-      version="1.2.1-dev">
+      version="1.2.1">
 
     <name>Network Information</name>
     <description>Cordova Network Information Plugin</description>
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 25ff0fc..dedbc2a 100644
--- a/tests/plugin.xml
+++ b/tests/plugin.xml
@@ -21,7 +21,7 @@
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
     xmlns:android="http://schemas.android.com/apk/res/android"
     id="cordova-plugin-network-information-tests"
-    version="1.2.1-dev">
+    version="1.2.1">
     <name>Cordova Network Information Plugin Tests</name>
     <license>Apache 2.0</license>