From 169df9c86437a9419ecb68d7629180f1d74ddffa Mon Sep 17 00:00:00 2001 From: Edin Date: Wed, 13 Jul 2016 23:54:57 +0200 Subject: [PATCH] 0.2.2 for npm --- README.md | 2 +- package.json | 2 +- plugin.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d7be74e..89d13d6 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ var captureCfg = { channels: 1, // The audio format. Currently PCM_16BIT and PCM_8BIT are supported. - // For convienence use the audioinput.FORMAT constant to access the possible formats that the plugin supports. For example: + // For convenience, use the audioinput.FORMAT constant to access the possible formats that the plugin supports. For example: // format: audioinput.FORMAT.PCM_16BIT format: 'PCM_16BIT', diff --git a/package.json b/package.json index 0c5f21c..a69a73f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-audioinput", - "version": "0.2.1", + "version": "0.2.2", "description": "This Cordova/PhoneGap plugin enables audio capture from the device microphone, by in (near) real-time forwarding raw audio data to the web layer of your application.", "cordova": { "id": "cordova-plugin-audioinput", diff --git a/plugin.xml b/plugin.xml index 0484e68..2380e43 100644 --- a/plugin.xml +++ b/plugin.xml @@ -1,6 +1,6 @@