CB-12224 Updated version and RELEASENOTES.md for release 1.3.1

Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-whitelist/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/cordova-plugin-whitelist/commit/79f74a00
Tree: 
http://git-wip-us.apache.org/repos/asf/cordova-plugin-whitelist/tree/79f74a00
Diff: 
http://git-wip-us.apache.org/repos/asf/cordova-plugin-whitelist/diff/79f74a00

Branch: refs/heads/1.3.x
Commit: 79f74a00e2b0bbd865fab7f006343e85b45a2f3c
Parents: 2da58f4
Author: Shazron Abdullah <shaz...@apache.org>
Authored: Wed Dec 7 16:39:47 2016 -0800
Committer: Shazron Abdullah <shaz...@apache.org>
Committed: Wed Dec 7 16:39:47 2016 -0800

----------------------------------------------------------------------
 RELEASENOTES.md | 5 +++++
 package.json    | 2 +-
 plugin.xml      | 2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-whitelist/blob/79f74a00/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 9e271c0..b30249d 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,11 @@
 -->
 # Release Notes
 
+### 1.3.1 (Dec 07, 2016)
+* [CB-11917](https://issues.apache.org/jira/browse/CB-11917) - Remove pull 
request template checklist item: "iCLA has been submitted…"
+* Edit package.json license to match SPDX id
+* [CB-11832](https://issues.apache.org/jira/browse/CB-11832) Incremented 
plugin version.
+
 ### 1.3.0 (Sep 08, 2016)
 * [CB-11795](https://issues.apache.org/jira/browse/CB-11795) Add 'protective' 
entry to cordovaDependencies
 * Updated installation section

http://git-wip-us.apache.org/repos/asf/cordova-plugin-whitelist/blob/79f74a00/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 5d2ad8a..c18fb66 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-whitelist",
-  "version": "1.3.1-dev",
+  "version": "1.3.1",
   "description": "Cordova Whitelist Plugin",
   "cordova": {
     "platforms": [

http://git-wip-us.apache.org/repos/asf/cordova-plugin-whitelist/blob/79f74a00/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 7d435dd..ceb4092 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -20,7 +20,7 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0";
            id="cordova-plugin-whitelist"
-      version="1.3.1-dev">
+      version="1.3.1">
     <name>Whitelist</name>
     <description>Cordova Network Whitelist Plugin</description>
     <license>Apache 2.0</license>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org

Reply via email to