Skip to content

Commit

Permalink
cleanup version
Browse files Browse the repository at this point in the history
  • Loading branch information
edimuj committed Jul 2, 2016
1 parent d045209 commit 5d56456
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -30,7 +30,8 @@
"audio",
"input",
"source",
"AudioNode"
"AudioNode",
"phonegap"
],
"author": "Edin Mujkanovic",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
xmlns:android="http://schemas.android.com/apk/res/android">

<name>Audio Input</name>
<description>Cordova plugin which provides real-time audio data capture from the device's microphone.</description>
<description>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.</description>
<author>Edin Mujkanovic</author>
<license>MIT</license>
<keywords>cordova,media,microphone,mic,input,audio</keywords>
<keywords>cordova,phonegap,media,microphone,mic,input,audio,waapi,audionode</keywords>
<repo>https://github.com/edimuj/cordova-plugin-audioinput.git</repo>
<issue>https://github.com/edimuj/cordova-plugin-audioinput/issues</issue>

Expand Down

0 comments on commit 5d56456

Please sign in to comment.