GH-37 Update version and RELEASENOTES.md for release 1.3.1
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 10899ec..721fa9c 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,10 @@
 -->
 # Cordova-fetch Release Notes
 
+### 1.3.1 (Sep 17, 2018)
+* [GH-20](https://github.com/apache/cordova-fetch/pull/20) Fix repo url in `package.json`
+* [CB-13503](https://issues.apache.org/jira/browse/CB-13503) fix trimID bug when using file:path/to/plugin ([GH-13](https://github.com/apache/cordova-fetch/pull/13))
+
 ### 1.3.0 (Dec 14, 2017)
 * [CB-13055](https://issues.apache.org/jira/browse/CB-13055): added workaround for when `jsonDiff` has more than one different key. 
 * Support git shortlink package references
diff --git a/package.json b/package.json
index 5bdc877..614d1a1 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-fetch",
-  "version": "1.3.1-dev",
+  "version": "1.3.1",
   "description": "Apache Cordova fetch module. Fetches from git and npm.",
   "main": "index.js",
   "repository": {