Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EinfachHans committed Jan 26, 2021
1 parent b8042dd commit e0bea1c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## unreleased
## 2.0.0
- `rawId` added to contact object on android
- `pick` Method added
- `save` Method added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-contacts-x",
"version": "1.1.0",
"version": "2.0.0",
"description": "Cordova Plugins for managing contacts",
"cordova": {
"id": "cordova-plugin-contacts-x",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<plugin id="cordova-plugin-contacts-x" version="1.1.0" xmlns="http://apache.org/cordova/ns/plugins/1.0">
<plugin id="cordova-plugin-contacts-x" version="2.0.0" xmlns="http://apache.org/cordova/ns/plugins/1.0">
<name>ContactsX</name>
<description>Cordova Plugins for managing contacts</description>

Expand Down

0 comments on commit e0bea1c

Please sign in to comment.