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

Commit

Permalink
Preparing for 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jay Patel committed May 12, 2016
1 parent b1dcfe8 commit 1346244
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
card.io Cordova Plugin Release Notes
===================================
2.0.1
------
* Fixes Plugin.xml

2.0.0
------
* Added more configurations to cordova app
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": "card.io.cordova.mobilesdk",
"version": "2.0.0",
"version": "2.0.1",
"description": "This plugin allows to add card.io scanning capabilities to your application using card.io SDK Native library",
"cordova": {
"id": "card.io.cordova.mobilesdk",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xmlns:rim="http://www.blackberry.com/ns/widgets"
xmlns:android="http://schemas.android.com/apk/res/android"
id="card.io.cordova.mobilesdk"
version="2.0.0">
version="2.0.1">
<name>CardIO</name>
<description>This plugin allows to add to add CardIO to your application using CardIO Native library</description>
<license>MIT License, see LICENSE.md for details</license>
Expand Down

0 comments on commit 1346244

Please sign in to comment.