You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2017/12/16 01:27:02 UTC

[cordova-plugin-contacts] tag 3.0.1 created (now cfdffed)

This is an automated email from the ASF dual-hosted git repository.

steven pushed a change to tag 3.0.1
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-contacts.git.


      at cfdffed  (commit)
This tag includes the following new commits:

     new cfdffed  CB-13681 Updated version and RELEASENOTES.md for release 3.0.1 (via coho)

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


-- 
To stop receiving notification emails like this one, please contact
['"commits@cordova.apache.org" <co...@cordova.apache.org>'].

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


[cordova-plugin-contacts] 01/01: CB-13681 Updated version and RELEASENOTES.md for release 3.0.1 (via coho)

Posted by st...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

steven pushed a commit to tag 3.0.1
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-contacts.git

commit cfdffed4612c83d994d7dfa835b600b19b640ddf
Author: Steve Gill <st...@gmail.com>
AuthorDate: Fri Dec 15 17:25:12 2017 -0800

    CB-13681 Updated version and RELEASENOTES.md for release 3.0.1 (via coho)
---
 RELEASENOTES.md  | 3 +++
 package.json     | 2 +-
 plugin.xml       | 2 +-
 tests/plugin.xml | 2 +-
 4 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 6ed0edd..b8176d1 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,9 @@
 -->
 # Release Notes
 
+### 3.0.1 (Dec 15, 2017)
+* [CB-13062](https://issues.apache.org/jira/browse/CB-13062): Deprecated this plugin. Added notice to README.md
+
 ### 3.0.0 (Nov 06, 2017)
 * [CB-13522](https://issues.apache.org/jira/browse/CB-13522) (iOS): Remove usage description
 * [CB-13521](https://issues.apache.org/jira/browse/CB-13521) (all): Add 'protective' entry to `cordovaDependencies`
diff --git a/package.json b/package.json
index ff2ce78..00697ec 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-contacts",
-  "version": "3.0.1-dev",
+  "version": "3.0.1",
   "description": "Cordova Contacts Plugin",
   "types": "./types/index.d.ts",
   "cordova": {
diff --git a/plugin.xml b/plugin.xml
index 4b57e11..a693143 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -24,7 +24,7 @@
     xmlns:m3="http://schemas.microsoft.com/appx/2014/manifest"
     xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10"
     id="cordova-plugin-contacts"
-    version="3.0.1-dev">
+    version="3.0.1">
 
     <name>Contacts</name>
     <description>Cordova Contacts Plugin</description>
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 2ea6d3a..dcf0863 100644
--- a/tests/plugin.xml
+++ b/tests/plugin.xml
@@ -22,7 +22,7 @@
     xmlns:rim="http://www.blackberry.com/ns/widgets"
     xmlns:android="http://schemas.android.com/apk/res/android"
     id="cordova-plugin-contacts-tests"
-    version="3.0.1-dev">
+    version="3.0.1">
     <name>Cordova Contacts Plugin Tests</name>
     <license>Apache 2.0</license>
 

-- 
To stop receiving notification emails like this one, please contact
"commits@cordova.apache.org" <co...@cordova.apache.org>.

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