Merge branch 'add-jira-link' of https://github.com/revolunet/cordova-js
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index f7dbcab..4c8e6a5 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -27,7 +27,7 @@
 contribute code.
 
 For instructions on this, start with the 
-[contribution overview](http://cordova.apache.org/#contribute).
+[contribution overview](http://cordova.apache.org/contribute/).
 
 The details are explained there, but the important items are:
  - Sign and submit an Apache ICLA (Contributor License Agreement).
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 06d7b47..d22ba18 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,10 @@
 -->
 ## Release Notes for Cordova JS ##
 
+### 4.1.2 (Oct 30, 2015)
+* CB-9800 Fixing contribute link.
+* CB-9370 Changes jsdom dependency to avoid package installation issues
+
 ### 4.1.1 (Aug 28, 2015)
 * CB-9505 Correct plugin modules loading within browserify flow. This closes #126
 * CB-9342 Fix deviceReady event not fired on Windows 10 in hosted environment
diff --git a/package.json b/package.json
index b98ffe5..a32221b 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
   "author": "Gord Tanner <gtanner@gmail.com> (http://github.com/gtanner)",
   "name": "cordova-js",
   "description": "Cordova JavaScript: a unified JavaScript layer for the Cordova suite of projects enabling cross-platform native mobile development of applications using HTML, CSS and JavaScript.",
-  "version": "4.1.2-dev",
+  "version": "4.1.3-dev",
   "homepage": "http://cordova.apache.org",
   "repository": {
     "type": "git",