Skip to content

Commit

Permalink
0.2.2 for npm
Browse files Browse the repository at this point in the history
  • Loading branch information
edimuj committed Jul 13, 2016
1 parent cfae1af commit 169df9c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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',

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-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",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='utf-8'?>
<plugin id="cordova-plugin-audioinput"
version="0.1.0"
version="0.2.2"
xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android">

Expand Down

0 comments on commit 169df9c

Please sign in to comment.