From 5d56456c17aad45c08115cca32efc24daaf0b93a Mon Sep 17 00:00:00 2001 From: Edin Date: Sat, 2 Jul 2016 11:24:40 +0200 Subject: [PATCH] cleanup version --- .gitignore | 5 ----- package.json | 5 +++-- plugin.xml | 4 ++-- 3 files changed, 5 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index f350c74..452c343 100644 --- a/.gitignore +++ b/.gitignore @@ -1,13 +1,8 @@ -# ignore Cordova/PhoneGap CLI directories -# in essence, everything but *.xdk file and www directory /* !/www -!/docs !/demo !/src -!/config.xml !/README.md -!/LICENSE.md !/LICENSE !/package.json !/.gitignore diff --git a/package.json b/package.json index 8615976..e989b60 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-audioinput", - "version": "0.0.9", + "version": "0.1.0", "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", @@ -30,7 +30,8 @@ "audio", "input", "source", - "AudioNode" + "AudioNode", + "phonegap" ], "author": "Edin Mujkanovic", "license": "MIT", diff --git a/plugin.xml b/plugin.xml index 3e25c9d..0484e68 100644 --- a/plugin.xml +++ b/plugin.xml @@ -5,10 +5,10 @@ xmlns:android="http://schemas.android.com/apk/res/android"> Audio Input - Cordova plugin which provides real-time audio data capture from the device's microphone. + A Cordova/PhoneGap plugin that enables audio capture from the device microphone, by in near real-time forwarding raw audio data to the web layer of your application. Edin Mujkanovic MIT - cordova,media,microphone,mic,input,audio + cordova,phonegap,media,microphone,mic,input,audio,waapi,audionode https://github.com/edimuj/cordova-plugin-audioinput.git https://github.com/edimuj/cordova-plugin-audioinput/issues